ABP-MicroService icon indicating copy to clipboard operation
ABP-MicroService copied to clipboard

vue安装依赖时总会在下面这个地方报错 这个时需要翻墙吗?

Open yanhong2008 opened this issue 1 year ago • 2 comments

npm WARN deprecated [email protected]: use String.prototype.padStart() npm ERR! Error while executing: npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git npm ERR! npm ERR! fatal: unable to access 'https://github.com/adobe-webplatform/eve.git/': OpenSSL SSL_read: Connection was reset, errno 10054 npm ERR! npm ERR! exited with error code: 128

yanhong2008 avatar Aug 10 '22 16:08 yanhong2008

关闭git ssl验证 git config --global http.sslVerify "false" @yanhong2008

WilliamXu96 avatar Aug 11 '22 01:08 WilliamXu96

关闭git ssl验证 git config --global http.sslVerify "false" @yanhong2008 关闭后 仍报这个错 还有其它什么要点吗?

deprecated [email protected]: use String.prototype.padStart() npm ERR! Error while executing: npm ERR! D:\SoftInstall\Git\cmd\git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git npm ERR! npm ERR! fatal: unable to access 'https://github.com/adobe-webplatform/eve.git/': Failed to connect to github.com port 443: Timed out npm ERR! npm ERR! exited with error code: 128

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache_logs\2022-08-12T05_38_04_237Z-debug.log

yanhong2008 avatar Aug 12 '22 05:08 yanhong2008