启动器在新更新后行为异常

您好,

我今天早上更新了一个主板,奇怪的是,有几件事以前没有发生:

fatal: 无法访问 'https://github.com/discourse/discourse_docker.git/':SSL 证书问题:无法获取本地颁发者证书
error: 无法获取 origin

它运行在 AWS EC2 实例上,并且定期更新。收到此错误后,我运行了 update-ca,但未能解决问题。

INFO – : > cd /var/www/discourse && [ ! -d ‘node_modules’ ] || su discourse -c ‘yarn install --production && yarn cache clean’
warning Resolution field “lodash@4.17.21” is incompatible with requested version “lodash@4.17.15”

只是提供信息,但将来这会影响我吗?

remove regular file ‘cids/app_bootstrap.cid
我必须在最后用交互式“y”来回答。以前不必这样做。

我猜这些都不是什么大问题,但我只是想确认一下。

祝好,

Julian

您使用什么 Linux 发行版?

第一个问题可能是由 git 配置错误引起的。查看 git 的 http.sslBackend

您的 rm 是否别名为 rm -i?这通常是最后一个烦恼的原因。

除第一个问题外,这些问题都不是致命的。第一个问题如果我理解正确的话,会阻止您更新 Discourse 实例。另外两个问题与本地配置有关。

4 个赞

discourse 最强大的功能之一就是你获得的出色支持 :slight_smile:

非常感谢,祝你有个美好的一天!

干杯!

1 个赞

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.