You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In sigma/magit-gh-pulls#5 (comment) I noticed that gh.el can cached a stale (invalid) oauth token from my ~/.gitconfig file, and I couldn't find any way to clear it. Eventually I had to quit emacs entirely and start it up again.
It'd be nice if the credential were only cached after it had been seen to work properly, or maybe the cache could be automatically invalidated if the library ever gets a bad-auth error.
The text was updated successfully, but these errors were encountered:
In sigma/magit-gh-pulls#5 (comment) I noticed that
gh.el
can cached a stale (invalid) oauth token from my~/.gitconfig
file, and I couldn't find any way to clear it. Eventually I had to quit emacs entirely and start it up again.It'd be nice if the credential were only cached after it had been seen to work properly, or maybe the cache could be automatically invalidated if the library ever gets a bad-auth error.
The text was updated successfully, but these errors were encountered: