【发布时间】:2020-04-29 18:38:11
【问题描述】:
当我运行 curl 时,它显示此错误:
~$ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
gpg: can't connect to the agent: IPC connect call failed
我无法安装纱线。
我试过杀人:
~$ kill -9 gpg-agent
并重新启动:
~$ gpg-agent --daemon
但到目前为止没有任何效果。有什么建议吗?
【问题讨论】:
标签: bash ubuntu installation yarnpkg windows-subsystem-for-linux