tan-tan-kanarek / github-php-client

MIT License
184 stars 120 forks source link

private repo auth #34

Closed ghost closed 10 years ago

ghost commented 10 years ago

Does $client->setCredentials('user', 'pass'); work for private repos?

What pre-req's are there to gain api access to private repo's from your client?

tan-tan-kanarek commented 10 years ago

Once you logged-in you can access any repo that you're authorized to access. In fact, you'll be authorized to do anything that you're authorized to do from command line, UI git client or github web site.

ghost commented 10 years ago

I've tried, but when I go to access the private repo, it just shows a blank page.

tan-tan-kanarek commented 10 years ago

Can you access this repo using the github website? Do you want to send the code here for review?