PanJiaChen / vue-element-admin

:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin
MIT License
88.16k stars 30.49k forks source link

克隆报错,我直接下压缩包 install也会报错443 #3062

Open KiDddder opened 4 years ago

KiDddder commented 4 years ago

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

KiDddder commented 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

titanseason commented 3 years ago

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

tolune commented 6 months ago

$ 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

这应该怎么办