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
3条答案
按热度按时间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
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
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
这应该怎么办