Dup Ver Goto 📝

GitSshKey

PT2/aw/dev/git does not exist
To
11 lines, 42 words, 313 chars Page 'GitSshKey' does not exist.

To use with an ssh key, you need a git@github url. So if you have e.g.

https://github.com/johnallsup/javascript-games

you need to

git remote set-url origin git@github.com:johnallsup/javascript-games.git

Then add your id_rsa.pub (or other public key) to github via settings.