gem source --remove ...已经删除了原始源,但是仍然提示同样错误
版主: TerraSupport, TMsupport, TMjack
gem source --remove ...已经删除了原始源,但是仍然提示同样错误
已经删除了,我使用 gem source --remove ...已经删除了原始源,但是仍然提示同样错误。
Re: gem source --remove ...已经删除了原始源,但是仍然提示同样错误
请问有尝试重启过该服务吗?
Re: gem source --remove ...已经删除了原始源,但是仍然提示同样错误
这是编程语言,不是什么服务。
[admin@TNAS-qin bin]$ gem source -l
*** CURRENT SOURCES ***
[admin@TNAS-qin bin]$ gem source -a https://gems.ruby-china.com
ERROR: SSL verification error at depth 1: unable to get local issuer certificate (20)
ERROR: You must add /O=Digital Signature Trust Co./CN=DST Root CA X3 to your local trusted store
Error fetching https://gems.ruby-china.com:
SSL_connect returned=1 errno=0 state=error: certificate verify failed (https://gems.ruby-china.com/specs.4.8.gz)
[admin@TNAS-qin bin]$ gem source -l
*** CURRENT SOURCES ***
[admin@TNAS-qin bin]$ gem source -a https://gems.ruby-china.com
ERROR: SSL verification error at depth 1: unable to get local issuer certificate (20)
ERROR: You must add /O=Digital Signature Trust Co./CN=DST Root CA X3 to your local trusted store
Error fetching https://gems.ruby-china.com:
SSL_connect returned=1 errno=0 state=error: certificate verify failed (https://gems.ruby-china.com/specs.4.8.gz)
Re: gem source --remove ...已经删除了原始源,但是仍然提示同样错误
请用root用户登录ssh
Re: gem source --remove ...已经删除了原始源,但是仍然提示同样错误
我是本地远程登录的,外网远程登录不了(有公网ip,路由器也按说明设置了,至今只成功实现了一次远程登录,还是在本地网络用公网ip登的),确实有上述问题。