Changed git protocol from git:// to https:// to work around firewalls.

master
Chip Warden 2013-06-03 17:05:30 -05:00
parent 7cc6f37e69
commit 6c57b275db
1 changed files with 1 additions and 1 deletions

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