git clone git clone 带用户名密码

git clone 带用户名密码

 

git使用用户名密码clone的方式:

git clone http://username:password@remote

eg: username:  [email protected], pwd: test, git地址为[email protected]/test.git

git clone http://abc%40qq.com:test@[email protected]/test.git

注意:用户名密码中一定要转义 @符号转码后变成了%40

git使用用户名密码clone的方式:

git clone http://username:password@remote

eg: username:  [email protected], pwd: test, git地址为[email protected]/test.git

git clone http://abc%40qq.com:test@[email protected]/test.git

注意:用户名密码中一定要转义 @符号转码后变成了%40

git clone http://username:password@remote

eg: username:  [email protected], pwd: test, git地址为[email protected]/test.git

git clone http://abc%40qq.com:test@[email protected]/test.git

注意:用户名密码中一定要转义 @符号转码后变成了%40

猜你喜欢

转载自www.cnblogs.com/hshy/p/11491643.html