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
Trying to use git-jar make <user> <cookie> results in:
git-jar make <user> <cookie>
Fatal error: exception (Failure "HTTP Error 404 Not Found" .....) [...] \n\ \nBody:\ \n{\"message\":\"Not Found\",\"documentation_url\":\"https://docs.github.com/rest\"}\ \n")
It looks like they removed this functionality from the rest api.
The text was updated successfully, but these errors were encountered:
GitHub deprecated the endpoint git-jar make used. It needs to use a Web application flow with a local host redirect.
git-jar make
Web application flow
If that command is useful, we should make the required deprecations this library and update the cli tools.
Sorry, something went wrong.
Have you been able to work around this issue?
Not really. I just stopped using git-jar all together instead.
No branches or pull requests
Trying to use
git-jar make <user> <cookie>
results in:It looks like they removed this functionality from the rest api.
The text was updated successfully, but these errors were encountered: