-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Asking for password on git 1.7 #56
Comments
Hi, thanks for pointing out the issue. The
Hmm, maybe we could change the prefix to something like |
That seems to work:
|
Thanks, how about If it works, we can easily fix this issue by putting a dummy password after |
Okay, I downloaded git 1.7.8 and checked |
Same for 1.7.7. |
I decided to change the prefix to |
It resolved the issue, thank you very much. |
I wanted to install plugins on a slightly older machine with Git 1.7.7 and Vim 7.3 (+ruby). For some reason, vim-plug tries to clone URLs like
https://git:@github.com/Shougo/neosnippet.git
. This looks to me like trying to clone with user "git:" but you seem to have a reason to construct the URL like that. Anyway, that breaks for me because I cannot type in passwords and Vim gets locked up.P.S.: Replacing that URI with plain 'https://github.com/' ... solves the problem.
The text was updated successfully, but these errors were encountered: