赞
踩
1、在Windows凭据中加入gitlab信息
git:http://IP地址
2、打开git bash输入:
git config --global credential.helper manager
3、查看配置信息:
git cofig -l
显示有了 credential.helper=manager
4、再次clone试试解决