我已经广泛寻找可能的解决方案并继续重新运行我的步骤,但是当我尝试从我的回购中拉出主分支时,我无法理解我收到的错误。
所以我使用以下代码从我的Github帐户中提取我的回购:
$ git pull datascience master
我一直收到这个错误:
fatal: 'datascience' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我已经在Gitbash中验证了我的配置,并检查了我的远程“Datascience”是否已设置。
我错过了什么吗?
谢谢。
答案 0 :(得分:0)
我会尝试以下方法:
git remote -v
仔细检查您的遥控器设置是否正确 - 仔细检查网址!git remote rm datascience
将其删除,然后通过git remote add datascience [URL]
重新添加您是否有机会获得我们可能看到的存储库链接以便进一步帮助您?
希望这有帮助。