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

:Gista login error #65

Closed tyru closed 8 years ago

tyru commented 8 years ago

:Gista login gave me the following error. https://gist.github.com/tyru/1b6487b3538cac923107/4bac21fdc3b5fccc07cad2efbd22bf0903a8ef0b

But after #64 , git config github.user is not empty on my local machine, so the above error does not occur now. (Of cource, without any configuration (:Gista login succeeded, or git config github.user is not empty), the error should occur)

lambdalisue commented 8 years ago

Thanks. Now it show only the following line ;-)

ValidationError: An API username "" requires to follow "^[a-zA-Z0-9_-]+$"