We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
affected version is 1.15
(it is latest version of maven repo)
Sorry, something went wrong.
I think the bug fixed by 1.16.
but latest version of maven repo is 1.15.
sorry.it was my mistake.
my pom.xml was incorrect.
I can download 1.16 and it works!
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: