git–remote: The project you were looking for could not be found or you don’t have permission to view it.
在执行git clone的时候遇到报错:remote: The project you were looking for could not be found or you don’t have permission to view it.
可以确认该git地址是存在的,并且我也是有权限的
执行命令:git config --list检查信息也没有错,需要在git命令里涉及到仓库地址的地方加上自己的用户名,如:
git remote add origin http://zhangsan@gitlab.xxxx.com/abc.git文章来源:https://www.toymoban.com/news/detail-687689.html
git clone http://zhangsan@gitlab.xxxx.com/abc.git文章来源地址https://www.toymoban.com/news/detail-687689.html
到了这里,关于git无权限clone项目时,命令解决办法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!