【发布时间】:2021-10-13 04:27:19
【问题描述】:
我目前有一个与他人共享的私人服务器。我已经在我的计算机上进行了本地更改,效果很好。在 Github 上合并更改时,我转到 Heroku 并将新更改拉到 master 分支。我们不使用 Heroku CLI,只使用 git 和 github 进行所有更改。
突然构建失败,无法编译。 这是有问题的错误。
npm ERR! Host key verification failed.
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128
这是第一次看到这个错误,以前从未发生过。另一个人能够很好地推动更改,没有任何问题。现在,由于这个错误,我们无法更新我们的服务器。任何人都可以指导我们如何解决这个问题吗?谢谢。
【问题讨论】: