hypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 1 year agoGitHub Desktop or Git CLI?programming.devimagemessage-square155fedilinkarrow-up1495arrow-down130
arrow-up1465arrow-down1imageGitHub Desktop or Git CLI?programming.devhypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 1 year agomessage-square155fedilink
minus-squareusa_suxxx [they/them]@hexbear.netcakelinkfedilinkEnglisharrow-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?
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?