Reputation: 11
I have problems with deploy.
gh-pages -d build
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.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] deploy: gh-pages -d build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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\yokum\AppData\Roaming\npm-cache_logs\2020-11-18T19_29_30_578Z-debug.log screenshot console
Upvotes: 1
Views: 123
Reputation: 31
If such a problem arises, then it is easier to deploy it with Bash. This could solve the problem.
Upvotes: 0