mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 18:25:52 +08:00 
			
		
		
		
	Changed git protocol from git:// to https:// to work around firewalls.
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user