-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't List Organization's Repos #134
Comments
I started to get something similar as well today. Here is the error message.
I get this message when I do this. github = Github.new(:oauth_token => '89abc...........')
commits = github.repos.commits.all('big-corp-name', 'some-repo-name') My Ruby version is |
I also noticed that this problem occurs intermittently. It works one minute and stops working the next and suddenly work again. |
I can't get any of the repos for one of my orgs. It's only showing my public repos. I can't access scopes either. |
I noticed that this fails when using user and oauth_token on the Github.new call. If you try something like:
You will get all repositories as expected. |
We have two organizations. Some repos were created in org "A" and subsequently forked to org "B". When I list all repos in org "A" I don't find the forked copies of repos that originated with org "B". |
After I run this script:
I get this error:
The text was updated successfully, but these errors were encountered: