我试图将我的应用程序部署到,github但它一直在终端中向我显示:
Cloning into 'node_modules\gh-pages.cache\gwenmengue.github.io!robofriends'...
fatal: repository 'https://gwenmengue.github.io/robofriends/' not found
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! robofriends@0.1.0 deploy: gh-pages -d build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the robofriends@0.1.0 deploy script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\username\AppData\Roaming\npm-cache_logs\2019-11-04T18_18_25_037Z-debug.log
顺便加入了我的 package.json 文件的截图!:https ://i.stack.imgur.com/FLTmm.jpg
此外,当我运行操作时,我在我的项目目录中,所以我不明白什么不起作用?
请指导我如何解决这个问题。谢谢。