-
Notifications
You must be signed in to change notification settings - Fork 2k
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
git for windows 2.6.1 ssh folder #661
Comments
Oo |
If you look at the current code you can see that those changes are already in there :) |
Ahhh I got confused because the master branch looked like the dev branch since it had recent commits but really its the development branch. |
The vim path is wrong however in the development branch. |
Thanks, fixed! |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Git 2.6.1 and the whole 2+ family puts the ssh binaries in
%ProgramFiles%\Git\usr\bin
instead of
%ProgramFiles%\Git\bin
vendor/init.bat needs to be fixed to set the path to both folders if it finds the git folder.
%GIT_INSTALL_ROOT%\share\vim\vim74 also needs to change to
%GIT_INSTALL_ROOT%\usr\share\vim\vim74 to include the new \usr\ folder
The text was updated successfully, but these errors were encountered: