Git Clone 命令中验证用户名和密码

Published on Aug. 22, 2023, 12:11 p.m.

如果clone非本地配置的用户名密码的项目,可用嵌套了用户名:密码的git语句来clone项目。

格式

git clone http://userName:password@链接地址

实例

git clone https://用户名:密码@git.coding.net/sample/HelloWorld.git

参考链接:
https://www.jianshu.com/p/d29c40145912

Tags:

git