-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
plugin repos are cloned with url = https://git::@github.com #109
Comments
I'll close the issue. Let me know if you happen to find a better way of avoiding username/password prompt without this hack. |
Using full git urls worked, thank you. I left the issue open with the hope that the approach could be improved some day. |
There are people having the same problem, but no easy solution is known. http://serverfault.com/questions/544156/git-clone-fail-instead-of-prompting-for-credentials Prepending |
When vim-plug installs a new plugin,
.git/config
looks like this:The
fragment seems unusual. I would expect it to be
With
git::@github.com
, I cannotgit push
changes. Replacing it withgithub.heygears.com
allows me to push changes.I'm assuming this is due to a git setting or one of vim-plugin's particular git invocations, but before investigating I thought I would ask if this happens for others. It happens for me on Windows/OS X/ubuntu.
The text was updated successfully, but these errors were encountered: