我在部署应用程序时遇到了问题,我尝试过:
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发布于 2020-01-20 20:01:25
我知道发生了什么,我们
https://github.com/<<org>>/<<repo>>",在我们的package.json中。这个存储库变成了私有的。
https://stackoverflow.com/questions/59792187
复制相似问题