From 6c57b275dbdeea0570093b99fd008f2d09810d62 Mon Sep 17 00:00:00 2001 From: Chip Warden Date: Mon, 3 Jun 2013 17:05:30 -0500 Subject: [PATCH] Changed git protocol from git:// to https:// to work around firewalls. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e7eb7ec..ab8cca4 100755 --- a/install.sh +++ b/install.sh @@ -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