-
Notifications
You must be signed in to change notification settings - Fork 430
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
Store GitHub credentials in a configuration file #61
Comments
Do you mean API token, or user password as used with Do you know how to set up an API token? |
Fixed this with f712f86. By fixed, I mean that you can add a If you really did mean "API token", let's open another issue for that, covering that feature across the entire app (as opposed to just in this new config file). That is, let's have it cover the CLI argument, configuration options, the actual token-sending functionality, and updating the docs. In the meantime, since this Does this help? |
The utility gist has a |
I like that. Good find! Grip does allow you to use OAuth now, but I'll open a new issue for improving the configuration experience like Gist. Thanks for sharing, @sjackman! |
I'm running grip --export from the command line, and the result is an HTML file composed of 403 Forbidden. Could a ~/.grip.conf file contain the username and GitHub API token?
See #48 Clarify 403 API "rate limit exceeded" errors in the application
The text was updated successfully, but these errors were encountered: