From bce7bab71834872b0d1416dcf5f601161ee8ec77 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Fri, 13 Apr 2018 01:14:39 +0800 Subject: [PATCH] [Doc] Add macOS install script note about Git, close #1782 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c21bf309ac2..465fdcea451 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ command -v nvm ``` simply close your current terminal, open a new terminal, and try verifying again. +**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)) + **Note:** On OS X, if you get `nvm: command not found` after running the install script, one of the following might be the reason:- - 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 - you might need to restart your terminal instance. Try opening a new tab/window in your terminal and retry.