git clone http://username:[email protected]
eg: username: [email protected], pwd: test, git地址为[email protected]/test.git
git clone http://abc%40qq.com:[email protected]@xxx.com/test.git
注意:用户名密码中一定要转义 @符号转码后变成了%40
Posted web-chuanfa
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git clone 带用户名密码相关的知识,希望对你有一定的参考价值。
git clone http://username:[email protected]
eg: username: [email protected], pwd: test, git地址为[email protected]/test.git
git clone http://abc%40qq.com:[email protected]@xxx.com/test.git
注意:用户名密码中一定要转义 @符号转码后变成了%40
以上是关于git clone 带用户名密码的主要内容,如果未能解决你的问题,请参考以下文章