vue-element-admin 運行踩坑筆記

 
npm WARN deprecated [email protected]: This SVGO version is no longer supported. Upgrade to v2.x.x.
npm ERR! Error while executing:
npm ERR! G:\ForCodeSoftware\Git\cmd\git.EXE ls-remote -h -t ssh://[email protected]/sohee-lee7/Squire.git
npm ERR!
npm ERR! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
npm ERR! @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
npm ERR! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
npm ERR! IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
npm ERR! Someone could be eavesdropping on you right now (man-in-the-middle attack)!
npm ERR! It is also possible that a host key has just been changed.
npm ERR! The fingerprint for the RSA key sent by the remote host is
 
npm ERR! Please contact your system administrator.
npm ERR! Add correct host key in /c/Users/Lenovo/.ssh/known_hosts to get rid of this message.
npm ERR! Offending RSA key in /c/Users/Lenovo/.ssh/known_hosts:1
npm ERR! Host key for github.com has changed and you have requested strict checking.
npm ERR! Host key verification failed.
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128
刪除文件/c/Users/Lenovo/.ssh/known_hosts
npm WARN deprecated [email protected]: This SVGO version is no longer supported. Upgrade to v2.x.x.
npm ERR! Error while executing:
npm ERR! G:\ForCodeSoftware\Git\cmd\git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git
npm ERR!
npm ERR! fatal: unable to connect to github.com:
npm ERR! github.com[0: 20.205.243.166]: errno=Unknown error
git 軟件 git config --global url."https://".insteadOf git://
 
npm WARN deprecated [email protected]: This SVGO version is no longer supported. Upgrade to v2.x.x.
npm ERR! Error while executing:
npm ERR! G:\ForCodeSoftware\Git\cmd\git.EXE ls-remote -h -t https://github.com/nhn/raphael.git
npm ERR!
npm ERR! error: RPC failed; curl 28 Recv failure: Connection was reset
npm ERR! fatal: expected flush after ref listing
npm ERR!
npm ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in:
git 軟件 輸入 git config --global --unset http.proxy
git config --global --unset https.proxy
之後成功運行
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章