Fork me on GitHub

vue-element-admin 运行踩坑笔记

 
npm WARN deprecated svgo@1.3.2: 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://git@github.com/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 svgo@1.3.2: 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 svgo@1.3.2: 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
之后成功运行
posted @   HelloLLLLL  阅读(522)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· ollama系列01:轻松3步本地部署deepseek,普通电脑可用
· 25岁的心里话
· 按钮权限的设计及实现
点击右上角即可分享
微信分享提示