в моем пакете. json, у меня правильная домашняя страница. Я установил gh-pages и добавил эти два скрипта
"predeploy": "npm run build",
"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! portfolio@0.1.0 deploy: `gh-pages -d build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the portfolio@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\Austin\AppData\Roaming\npm-cache\_logs\2020-01-31T04_47_04_970Z-debug.log
В чем может быть проблема и как ее исправить? Спасибо за помощь!