【问题标题】:Heroku deploy - could not read UsernameHeroku 部署 - 无法读取用户名
【发布时间】: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


    【解决方案1】:

    我知道发生了什么,我们有

    https://github.com/<<org>>/<<repo>>",
    

    在我们的 package.json 中。这个存储库变成了私有的。

    【讨论】:

      猜你喜欢
      • 2023-03-31
      • 1970-01-01
      • 2016-10-19
      • 1970-01-01
      • 2020-07-27
      • 2019-11-19
      • 2017-02-02
      • 1970-01-01
      相关资源
      最近更新 更多