hypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 2 years agoGitHub Desktop or Git CLI?programming.devimagemessage-square155fedilinkarrow-up1494arrow-down130
arrow-up1464arrow-down1imageGitHub Desktop or Git CLI?programming.devhypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 2 years agomessage-square155fedilink
minus-squareusa_suxxx [they/them]@hexbear.netlinkfedilinkEnglisharrow-up8·edit-22 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?