vue-element-admin 克隆报错,我直接下压缩包 install也会报错443

iqih9akk  于 4个月前  发布在  其他
关注(0)|答案(3)|浏览(103)

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

wztqucjr

wztqucjr1#

npm ERR! fatal: unable to access ' https://github.com/nhn/raphael.git/ ': Failed to connect to 127.0.0.1 port 9666: Connection refused

c90pui9n

c90pui9n2#

遇到同样的问题
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

drnojrws

drnojrws3#

$ 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

这应该怎么办

相关问题