0

I am trying to clone a private repo and I know it should prompt me for username and password but I get this message when I run

git clone https://github.com/orgname/repo

The error is

fatal: repository not found

Is there a separate command to clone private repos?

Also, when I try to download the zip it cannot be extracted

user3779089
  • 409
  • 2
  • 6
  • 13

1 Answers1

0

You must have at least read access team permissions.

https://help.github.com/articles/permission-levels-for-an-organization-repository

shrunyan
  • 456
  • 4
  • 11
  • i do have the read permissions since I can navigate to the source through github and view the files – user3779089 Aug 12 '14 at 23:20
  • OP have you checked this GitHub resource? https://help.github.com/articles/error-repository-not-found Also are you able to fork the repo? – shrunyan Aug 12 '14 at 23:48