hypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 1 year agoGitHub Desktop or Git CLI?programming.devimagemessage-square161fedilinkarrow-up1514arrow-down132
arrow-up1482arrow-down1imageGitHub Desktop or Git CLI?programming.devhypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 1 year agomessage-square161fedilink
minus-squareJuice [none/use name]@hexbear.netlinkfedilinkEnglisharrow-up1·1 year agoNo luck, i tried that and https login and it still asks for a PW when I push
minus-squareusa_suxxx [they/them]@hexbear.netlinkfedilinkEnglisharrow-up8·edit-21 year agoHTTPS git remote add origin https://github.com/user/repo.git SSH git remote add origin git@github.com:user/repo.git Did you use the correct syntax for SSH?
No luck, i tried that and https login and it still asks for a PW when I push
HTTPS
git remote add origin https://github.com/user/repo.git
SSH
git remote add origin git@github.com:user/repo.git
Did you use the correct syntax for SSH?