-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Asks for github password when I mistype plugin name #662
Comments
hi the plugin show you this because it can not search it from github/vim-scripts,maybe it is exits in other people's repo ,so it want you type the usename |
@mgedmin it's a bit tricky to detect that state… Any ideas are welcomed! Possible workaround: poke with |
It's surprisingly hard to discover how to ask git not to ask for passwords (Google failed me, git's man pages for clone/fetch also), but I discovered one way that works:
GIT_ASKPASS is documented in gitcredentials(7) and git-config(1). On non-POSIX systems you'd probably have to find some other binary that exits without an error and doesn't produce any output. Although perhaps the Git for Windows distribution ships a true.exe in its copy of Mingw? It ships a bash, so why not true? |
i can not understande what you want!
to ~/.gitconfig |
I want |
@mgedmin great find! You can do Let me know how it works for you! |
I wanted to install python_open_module.vim the other day, so I typed
:PluginInstall python_open_module.vim
.I got a prompt
Username for 'https://github.com':
instead of a message that such a module doesn't exist (because it's actually:PluginInstall python_open_module
without.vim
).The text was updated successfully, but these errors were encountered: