mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
git:// won't work behind some firewalls. We don't need write access, https will suffice.
This commit is contained in:
parent
66633de1a9
commit
fdda14d8c2
@ -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
Block a user