Я пытаюсь развернуть пример приложения на страницах github, но он всегда дает мне ошибку каждый раз, когда я запускаю ng github-pages:deploy
. Вот ошибка я получаю:ng github-pages: ошибка развертывания
Сбой команды: мерзавец гт -r использование: мерзавец гт [] [-] ...
-n, --dry-run dry run
-q, --quiet do not list removed files
--cached only remove from the index
-f, --force override the up-to-date check
-r allow recursive removal
--ignore-unmatch exit with a zero status even if nothing matched
Ошибка: Не удалось выполнить команду: мерзавец гт -r использование: git rm [] [-] ...
-n, --dry-run dry run
-q, --quiet do not list removed files
--cached only remove from the index
-f, --force override the up-to-date check
-r allow recursive removal
--ignore-unmatch exit with a zero status even if nothing matched
at ChildProcess.exithandler (child_process.js:206:12)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:877:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
Любая помощь будет оценена по достоинству.