git拉取代码出现“remote: The project you were looking for could not be found.”错误分析

git拉取代码出现"remote: The project you were looking for could not be found."错误分析

如果输入的远程地址正确,那么极大可能是用户未登录或多个用户登录无法正确获取你想要的用户,如下图所示,

由于之前有同事在我电脑登录git账号,所以在windows凭据中保存了2个git账号,而默认使用的第一个账号的远程库中不存在我想要的目标仓库数据,就出现了"remote: The project you were looking for could not be found"这个问题。

相关推荐
极小狐39 分钟前
极狐GitLab 项目功能和权限解读
运维·git·安全·gitlab·极狐gitlab
极小狐1 小时前
极狐GitLab 如何 cherry-pick 变更?
人工智能·git·机器学习·gitlab
前端太佬3 小时前
从拧螺丝到造火箭:Git高阶玩家生存报告
前端·git·github
前端太佬3 小时前
从青铜到塑料:Git逃难指南(附救命指令大全)
前端·git·github
Athel4 小时前
git 建立本地仓库并且推送到github上
git
李菠菜4 小时前
Windows Terminal 集成 Git Bash 的简洁配置指南
windows·git
高级IT技术专家secops9984 小时前
在统信UOS/麒麟Kylin OS操作系统中配置APT和GIT代理
运维·服务器·git·系统安全·kylin
信号处理学渣5 小时前
Git命令行中vim的操作
git·编辑器·vim
Connie14515 小时前
git tag使用场景和实践
git
Jake_的技能小屋8 小时前
关于使用git init --bare 裸仓库的使用
git