Skip to content
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

error on getRepositories() #5

Closed
YusukeKokubo opened this issue Jan 9, 2012 · 3 comments
Closed

error on getRepositories() #5

YusukeKokubo opened this issue Jan 9, 2012 · 3 comments

Comments

@YusukeKokubo
Copy link
Collaborator

I written like below;

GitHub gh = GitHub.connect("YusukeKokubo", "xxx", "xxx");
GHUser user = gh.getMyself();
user.getRepositories();

and got exception

Exception in thread "main" java.io.FileNotFoundException: https://api.github.com/user/YusukeKokubo/repos?per_page=100&page=1

@YusukeKokubo
Copy link
Collaborator Author

affected version is 1.15

(it is latest version of maven repo)

@YusukeKokubo
Copy link
Collaborator Author

I think the bug fixed by 1.16.

but latest version of maven repo is 1.15.

@YusukeKokubo
Copy link
Collaborator Author

sorry.it was my mistake.

my pom.xml was incorrect.

I can download 1.16 and it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant