-
-
Notifications
You must be signed in to change notification settings - Fork 128
Gist just saying You dont have configured github account #199
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
try to remove |
Makes no difference.
|
What message do you get from below?
What response do you get from below?
|
First one: nothing is returned Secound one: |
Ah, sorry. try this instead.
|
That did show my github account name!?! |
Yes, you will see your account name because it's given from https://github.com/mattn/gist-vim/blob/master/autoload/gist.vim#L39 So the error https://github.com/mattn/gist-vim/blob/master/autoload/gist.vim#L719 couldn't be displayed. |
What might be the reason im not seeing the account name in the firs example?
|
Removed by another plugin. |
EDIT °2 I've got the same error here and some things don't appear clear to me: @mattn you asked @favetelinguis to perform in ex mode, a function's call that we can find in line 39 of the script: My question is why keeping the failed function's call in the source code instead of replacing it by the working one? Also @mattn I really didn't understand this reply of yours
EDIT |
What error do you get from |
None |
okay, but you must get error code. try to see |
Sorry I wasn't clear. It gaves me what I wanted: my username |
And do you mean that you get always error with |
Nope exactly the contrary. what I was wondering is why not put the version that you just proposed (which is the working one) in the script? I realised that at the 39th line still contained the following version: |
I don't still understand what problem you get. |
On line 39: without the context
Don't know very well scripting in git but it seems that using the bare |
what environment do you use? linux or OSX, or Windows? |
OSX |
I don't have OSX, but no errors on Linux, Windows with vim. it occur on nvim? |
Yep on nvim |
Then, it is a bug of nvim. |
Hi! Used this plugin with Ubuntu nvim and everything was great, but get the same issue with OSX now. Seems like its an OS issue. |
Once remove ~/.gist-vim and please try it again. |
What can I do to find the error when gist only says You dont have github account configured?
I have done the follwoing:
Install web-api and gist with vundle
Run git --global github.user=... and git --gloab github.token=...
And created .gist-vim and put token=... but still gist just tells me I dont have github accound configured.
I get the same error when trying to run gist -a
Not sure what more i can try...
The text was updated successfully, but these errors were encountered: