-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Auth via ~/.gist-vim not working #233
Comments
I have the same issue, maybe is because Github change the token format? |
After removing
After entering my password I got |
Same think here. |
I've solved by this:
|
This gives me a |
me too. I have :let g:gist_token = 'ghp_xxxDSDJSLDKSLClsldadlasdajk' |
it should works with just put ~/.gist-vim. If you still have an issue, please generate new token again. |
But it is a new token, Github forced me to renew it. On other hand the token is valid, because Gist works fine but only when I put it in execution, when I put it in the hidden file it doesn't works. When I remove the hidden file, Gist doesn't start the authentication flow. |
Keyword |
I'd been successfully using this for years, but some unknown time ago, the plugin's auth stopped working for me (possibly after a fresh install).
~/.gist-vim
file containingtoken XXXXX
, I getPost failed:
(with no error message after the colon)let g:gist_token = "XXXXX"
(XXXXX being identical), everything does work as expectedThe password flow doesn't trigger for me at all, even after reinstalling and deleting
~/.gist-vim
~/.gist-vim
file has all the permissions I could give it. On macOS Big Sur.The text was updated successfully, but these errors were encountered: