Using Github: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
ssh-keygen | ssh-keygen | ||
Go to github account settings. | |||
Go to SSH Keys | |||
Copy and Paste the SSH Key starting with ssh-rsa or similar. | |||
When prompted, enter your github password. | |||
=Temp= | |||
http://myprogrammingblog.com/2012/01/20/github-how-clone-github-repo-how-to-push-to-github-how-to-get-files-from-github-ubuntu/ | http://myprogrammingblog.com/2012/01/20/github-how-clone-github-repo-how-to-push-to-github-how-to-get-files-from-github-ubuntu/ |
Revision as of 21:18, 1 July 2012
Going to Github Website
Make SSH Key
ssh-keygen
Go to github account settings.
Go to SSH Keys
Copy and Paste the SSH Key starting with ssh-rsa or similar.
When prompted, enter your github password.