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
原文地址:https://www.cnblogs.com/web-chuanfa/p/10997084.html
时间: 2024-10-03 17:13:34