Skip to content
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

git for windows 2.6.1 ssh folder #661

Closed
marekr opened this issue Oct 14, 2015 · 5 comments
Closed

git for windows 2.6.1 ssh folder #661

marekr opened this issue Oct 14, 2015 · 5 comments

Comments

@marekr
Copy link

marekr commented Oct 14, 2015

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

@marekr marekr closed this as completed Oct 14, 2015
@marekr marekr reopened this Oct 14, 2015
@marekr
Copy link
Author

marekr commented Oct 14, 2015

Oo

@Stanzilla
Copy link
Member

If you look at the current code you can see that those changes are already in there :)

@marekr
Copy link
Author

marekr commented Oct 14, 2015

Ahhh I got confused because the master branch looked like the dev branch since it had recent commits but really its the development branch.

@marekr
Copy link
Author

marekr commented Oct 14, 2015

The vim path is wrong however in the development branch.

@Stanzilla
Copy link
Member

Thanks, fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants