You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,8 @@ command -v nvm
71
71
```
72
72
simply close your current terminal, open a new terminal, and try verifying again.
73
73
74
+
**Note:** Since OS X 10.9, `/usr/bin/git` was preset by Xcode command line tools, which caused Git can't be properly detected if it's installed or not, you need to manually install Git before running the install script, otherwise, it'll failed. ((see [#1782](https://github.com/creationix/nvm/issues/1782))
75
+
74
76
**Note:** On OS X, if you get `nvm: command not found` after running the install script, one of the following might be the reason:-
75
77
- your system may not have a [`.bash_profile file`] where the command is set up. Simply create one with `touch ~/.bash_profile` and run the install script again
76
78
- you might need to restart your terminal instance. Try opening a new tab/window in your terminal and retry.
0 commit comments