-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Error when issuing 'nvm use' command in git-bash terminal #140
Comments
Make sure the |
That makes sense. I'll look into mklink in git-bash, it probably conflicts with ln that is part of the git distro for Windows. |
I've been experiencing this as well. As a workaround, I just open up a normal |
I'm closing this due to a) age and b) because I think the issue has to do with |
Thought I'd provide an update on this. I tested this again with git bash version 2.9.2 today and the mklink function is now working correctly, so |
Thanks for the update, and it's quite awesome this is working in the latest git bash shell! |
Hi @Daren-J-Smith. What version of Windows are you running? Also, did you choose the "Use Git from the Windows Command Prompt" option when installing Git 2.9.2? I just installed NVM 1.1.1 on Win7 Pro 64-bit as per this comment but I get "command not found" when I attempt to run
Thanks! |
I was able to resolve this issue. |
For me |
When attempting to issue an 'nvm use <installed.version>', an error is issued due to a program association in windows. I have tried to associate .cmd files with git-bash, but the error is still present. I will perform some additional troubleshooting and see if the error can be worked around. The git version being used is git version 2.7.0.windows.1
The text was updated successfully, but these errors were encountered: