Changed git protocol from git:// to https:// to work around firewalls.
parent
7cc6f37e69
commit
6c57b275db
|
@ -10,7 +10,7 @@ if [ -d "$NVM_TARGET" ]; then
|
|||
fi
|
||||
|
||||
# Cloning to $NVM_TARGET
|
||||
git clone git://github.com/creationix/nvm.git $NVM_TARGET
|
||||
git clone https://github.com/creationix/nvm.git $NVM_TARGET
|
||||
|
||||
echo
|
||||
|
||||
|
|
Loading…
Reference in New Issue