Open KiDddder opened 4 years ago
npm ERR! fatal: unable to access 'https://github.com/nhn/raphael.git/': Failed to connect to 127.0.0.1 port 9666: Connection refused
遇到同样的问题 git clone https://github.com/PanJiaChen/vue-element-admin.git 正克隆到 'vue-element-admin'... fatal: 无法访问 'https://github.com/PanJiaChen/vue-element-admin.git/':Failed to connect to github.com port 443: Operation timed out
但是如果使用 git clone git@github.com:PanJiaChen/vue-element-admin.git 则能下载成功,但是npm install,仍然是使用https协议的git地址,仍然提示 time out
$ git clone https://github.com/PanJiaChen/vue-element-admin.git Cloning into 'vue-element-admin'... fatal: unable to access 'https://github.com/PanJiaChen/vue-element-admin.git/': Failure when receiving data from the peer
这应该怎么办
D:\software\work\javaWorkSpace\blog\blog_element>git clone https://github.com/PanJiaChen/vue-element-admin.git Cloning into 'vue-element-admin'... fatal: unable to access 'https://github.com/PanJiaChen/vue-element-admin.git/': Failed to connect to github.com port 443: Timed out