【发布时间】:2020-05-04 15:02:42
【问题描述】:
我在部署应用程序时遇到问题,我已经尝试过:
git push -f git@heroku.com:<<application-name>>.git master
还有
env GIT_TERMINAL_PROMPT=1 git push -f git@heroku.com:<<application-name>>.git master
但我得到的输出是:
Exit code: 128
fatal: could not read Username for 'https://github.com': terminal prompts disabled
【问题讨论】:
标签: git heroku heroku-cli