if use multiple account when run git clone(https protocol), we can use below way to use diff account,
Go to web portal, and get the git clone link under https protocol, after that modify the https link like below:
eg: ori https clone link:
http://www.xxx.com.xxxx.git
now we need to use another account which is not set yet in your git system enviroment,then we can moify the link like below:
git clone http://username:password@www.xxx.com.xxxx.git
标签:account,git,multiple,clone,use,link,https From: https://www.cnblogs.com/renren0113/p/17023155.html