hypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 11 months agoGitHub Desktop or Git CLI?programming.devimagemessage-square159fedilinkarrow-up1523arrow-down132
arrow-up1491arrow-down1imageGitHub Desktop or Git CLI?programming.devhypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 11 months agomessage-square159fedilink
minus-squareJuice [none/use name]@hexbear.netlinkfedilinkEnglisharrow-up1·11 months 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-211 months 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?