On Mac and Linux, set up an ssh key in the usual way:
ssh-keygen
cat $HOME/.ssh/id_rsa.pub
Copy that into the github ssh keylist.
Linux: start the ssh agent. This will be good for the duration of the session.
exec ssh-agent bash
ssh-add
Mac: add the ssh key to the keychain. This only needs to be done once.
ssh-add
To test your connection to github.
ssh -T git@github.com
Subscribe to:
Post Comments (Atom)
-
A while back I answered a question on Stack Overflow asking about the relative popularity of The Art of Computer Programming . I replied wit...
-
First, let's draw a cube: cube(10,true); Now, let's animate a 360 degree turntable view of the cube: rotate([0,0,$...
-
There's a lot of notes written for getting Vim + Go up and running, but a lot of the notes assume you're already in modern Vim-land....
No comments:
Post a Comment