Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ms-access/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
git无法获取上游,索赔存储库不';不存在_Git - Fatal编程技术网

git无法获取上游,索赔存储库不';不存在

git无法获取上游,索赔存储库不';不存在,git,Git,我无法从主人那里更新我的叉子。当我键入git fetch upstream时,会出现以下错误: conq: repository does not exist. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 我使用ssh访问repo,它识别出repo存在于其他实例中。好的,所以我用git r

我无法从主人那里更新我的叉子。当我键入git fetch upstream时,会出现以下错误:

conq: repository does not exist.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

我使用ssh访问repo,它识别出repo存在于其他实例中。

好的,所以我用git rm upstream修复了这个问题,然后再次添加它。这毫无意义,但是嘿。

git remote的输出是什么??这可能意味着url或远程名称有输入错误。