最近,我尝试在原子上重新安装vim-mode-plus,当它没有工作时,我决定运行apm update
以确保我的原子包管理器是最新的。我收到了错误:
Unable to download https://www.atom.io/api/packages/vim-mode-plus/versions/1.31.0/tarball: unable to get local issuer certificate
我假设这与我的公司代理有关,我该如何解决这个问题?
答案 0 :(得分:0)
答案取自 - https://flight-manual.atom.io/getting-started/sections/installing-atom/#proxy-and-firewall-settings
请参阅以上链接了解其他信息。
如果您位于防火墙后面,此命令可能有所帮助:
apm config set strict-ssl false
如果您使用代理,此命令可能会有所帮助:
apm config set https-proxy <your-corporate-proxy>