Cloning a private Github repo

Posted by Solomon on Stack Overflow See other posts from Stack Overflow or by Solomon
Published on 2010-03-24T03:12:21Z Indexed on 2010/03/24 3:23 UTC
Read the original article Hit count: 285

Filed under:
|

Hi,

I have a private repository on Github for a project I'm working on. Until now I had only worked on my home desktop, but I just bought a laptop, and am trying to set it up so that I can work on the project from either computer, and push / pull changes.

I added a new SSH key to my Github account for the laptop, and was successful in cloning and making changes to a public test repo that I set up. However, I couldn't clone the private repo. Is there anything special I need to do in the command line in order to clone a private repo? Do I need to set up a new GitHub account for my laptop and set myself up as a collaborator?

Thanks for the help!

© Stack Overflow or respective owner

Related posts about git

Related posts about github