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"这个问题。

相关推荐
loriloy35 分钟前
Git worktree 简介
git
??(lxy)38 分钟前
GIT使用学习
git·学习
莫忘初心丶39 分钟前
Git 忽略已加入的文件
git
这个懒人41 分钟前
Git常用指令汇总
git
勇敢*牛牛1 小时前
在 Git 中配置 Aliases(别名)
git
en-route10 小时前
SSH Key 与 GPG Key 区别详解:Git 使用中的身份与签名机制
运维·git·ssh
轻抚酸~11 小时前
使用git维护github项目的简单实践
git·github
C蔡博士13 小时前
Git常用命令
git
胡斌附体13 小时前
linux(ubuntu)拉取源码进行docker容器部署
linux·git·ubuntu·docker·node·nvm
阿白逆袭记14 小时前
Git原理与使用详解(六):连接世界——远程仓库与多人协作入门
git