hypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 2 years agoGitHub Desktop or Git CLI?programming.devimagemessage-square157linkfedilinkarrow-up1522arrow-down132
arrow-up1490arrow-down1imageGitHub Desktop or Git CLI?programming.devhypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 2 years agomessage-square157linkfedilink
minus-squareusa_suxxx [they/them]@hexbear.netlinkfedilinkEnglisharrow-up8·2 years 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?
HTTPS
git remote add origin https://github.com/user/repo.gitSSH
git remote add origin git@github.com:user/repo.gitDid you use the correct syntax for SSH?