首先,我应该说我对git不太了解。我有回购,我一直在推动并使用gh-pages部署到github页面。一切都很好。 现在突然,我开始出现此错误
git-upload-pack '.': git-upload-pack: command not found
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
,但仅当使用gh-pages尝试将我的应用程序部署到github页面时。我仍然可以毫无问题地进行推拉。我没有更改存储库的名称或任何名称,因此我不确定为什么突然之间这已成为一个问题。我尝试使用此git-upload-pack: command not found, when cloning remote Git repo,但就像我说的那样,我对git不太了解,它使我感到困惑。
如果有所作为,我将在Windows 10上使用git shell
非常感谢您的帮助
答案 0 :(得分:1)
如果其他人有此问题,我通过添加来解决
GitHub/PortableGit_xxxxxxxxxxxxx/mingw32/bin
到我的PATH变量