当前位置:   article > 正文

remote: The project you were looking for could not be found.远程分支拉取报错_repository test failed。remote:the project you were

repository test failed。remote:the project you were

具体原因没有琢磨,先留坑!

解决办法:

1、首先查看git 账号是不是本人的,是本人的话,直接跳第二步。

git config --list

如果不是本人的,需要将账号设置成本人的!

git config user.name xxx

git config user.email xxx

然后在进行clone,如果还是这个问题,看第二步。

2、在克隆的时候,在“http://”后加上用户名,即

git clone https://zhangxx@gitCodexxx.com.git

注:

1、zhangxx   就是你的git账号的user.name ;注意要在用户名后面加上@

2、@后就写git地址就行了!

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/小桥流水78/article/detail/982464
推荐阅读
相关标签
  

闽ICP备14008679号