【发布时间】:2019-01-15 20:27:12
【问题描述】:
当我尝试将我的 React 应用程序部署到 github 页面时,我运行了 npm run deploy。它设法构建但在部署时出现以下错误:
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.
我的git remote -v 回复:
origin https://github.com/helplah/shopping-cart.git (fetch)
origin https://github.com/helplah/shopping-cart.git (push)
【问题讨论】:
标签: git github-pages