-
Notifications
You must be signed in to change notification settings - Fork 36
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
Support of Git for Windows #101
Comments
Thanks for the report. This will require updating the install.sh script I think. |
Oh, also probably some compatibility code to deal with existing msys /usr/local installs. |
Unfortunately $LOCALAPPDATA/multirust isn't in the $PATH. Msys2 defines $PATH as
Git for Windows:
/usr/local/bin is in the both paths, but in Git for Windows writing requires admin rights (sudo doesn't exists and doesn't work I suppose). I also don't think, installing to the Git application directory is a good idea. The issue isn't very critical as multirust can be installed with admin privileges. |
Multirust isn't installed in Git for Windows bash (MINGW64_NT-6.1) because /usr/local doesn't exists. Git installer doesn't create such directories. The root is set to git installation directory ("C:\Program Files\Git" by default). Could you please change installation folder to another one? %LOCALAPPDATA% is good enough for one user usage.
The text was updated successfully, but these errors were encountered: