Changed the clone protocol, bypassing firewalls.

This commit is contained in:
Samuel Ytterbrink 2013-04-22 12:29:04 +03:00
parent 01189e144c
commit 74db90ee82

View File

@ -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