lambdalisue / vim-gista

An alternative gist.vim, vim plugin which manipulate gists in Vim.
http://www.vim.org/scripts/script.php?script_id=4976
MIT License
156 stars 5 forks source link

Posting an anonymous gist produces a 401 error from github #84

Closed wimstefan closed 6 years ago

wimstefan commented 6 years ago

When posting an anonymous gist with :Gista -a post I get the following error: vim-gista: 401: Unauthorized: Requires authentication https://developer.github.com/v3/gists/#create-a-gist might help you resolve the error

The same even happens after successfully logging in with :Gista login

lambdalisue commented 6 years ago

I haven't upgraded the docs but the anonymous gist feature has removed from gist itself. https://blog.github.com/2018-02-18-deprecation-notice-removing-anonymous-gist-creation/

wimstefan commented 6 years ago

Fair enough. I completely missed that announcement ... Thanks for informing me and also for that wonderful app!