首页 > 其他 > 详细

git clone 报“The project you were looking for could not be found.”

时间:2018-12-02 11:15:26      阅读:3630      评论:0      收藏:0      [点我收藏+]

因为自己的项目不止一个 又有自动保存git密码的功能,当clone第二个项目的时候就报了如下错误

技术分享图片

之前一直是找到钥匙串删除,发现有时候并没有效果。今天在网上搜了一下 发现了一个新的解决办法

在项目前面加用户名

git clone https://rdc.hand-china.com/gitlab/项目.git

git clone https://用户名@rdc.hand-china.com/gitlab/项目.git

技术分享图片

 

git clone 报“The project you were looking for could not be found.”

原文:https://www.cnblogs.com/lucky2017/p/10052327.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!