-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Failed to clone nvm repo. Installation on Cygwin Bash #3119
Comments
indicates a permissions error. |
@ljharb The problem is that |
aha, thanks. That's strange then. How is |
|
I'm not familiar with |
My attempts to install nvm were also failing (albeit with a different error) as my git was installed by winget. Installing git within cygwin (so that I suggest to close this issue with advise to install git to cygwin. |
It’d be ideal if the install script could detect that scenario tho. |
Operating system and version: Windows 11 22H2 (Cygwin)
How did you install
nvm
?Tried to install it in a cygwin bash shell.
What steps did you perform?
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
What happened?
What did you expect to happen?
That the correct windows filepaths are getting used on cygwin.
The text was updated successfully, but these errors were encountered: