Clone A Private Repository (Github)

Private clone URLs take the form [email protected]:username/repo.git – perhaps you needed to use git@ rather than git://?

git:// URLs are read only, and it looks like private repos do not allow this form of access.

Leave a Comment