The authenticity of host 'github.com (192.30.252.128)' can't be established

前端 未结 7 1443
慢半拍i
慢半拍i 2020-12-12 19:08

I am trying to use

sudo npm install

to install all my dependencies for an application written in nodejs. My OS is Ubuntu 13.04

How

相关标签:
7条回答
  • 2020-12-12 20:03

    Run ssh github.com and type yes and it should fail. Then run your command again. If not try ssh github.com again as they have multiple IP's and you might need all of them.

    0 讨论(0)
提交回复
热议问题