Error while executing: npm ERR! /usr/bin/git ls-remote -h -t git://github.com/adobe-webplatform/eve.git npm ERR! npm ERR! fatal: remote error: npm ERR! The unauthenticated git protocol on port 9418 is no longer supported. npm ERR! Please see https://github.blog/2021-09-01-improvi...
重新安装依赖: bash npm install 检查package.json 文件中是否有错误的仓库地址或依赖项配置。 通过以上步骤,您应该能够定位并解决 npm err! /usr/bin/git ls-remote -h -t ssh://git@github.com/eligrey/filesaver 错误。如果问题仍然存在,请考虑查看 npm 和 git 的日志输出,以获取更详细的错误信息。
git.EXE ls-remote -h -t ssh://git@github.com问题的一种解决办法,亲测有效,你也可以试试!
git config --global url."https://".insteadOf git:// 1. 2、 解决 github项目clone报错 Failed connect to :443; Connection 起因:npm构建时报错 npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t https:///nhn/raphael.git npm ERR! npm ERR! fatal: unable to access ...
Error while executing: npm ERR! D:\Program Files\Git\cmd\git.EXE ls-remote -h -t git://github.com/ad 如何解决呢 我们需要设置git环境 git config --global url."https://".insteadOf git:// 然后重新运行 npm install就行或者npm install --registry=https://registry.npm.taobao.org使用淘宝镜像...
npm ERR! D:\Git\cmd\git.EXE ls-remote -h -t ssh://git@/sohee-lee7/Squire.git npm ERR! 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 ...
command failed npm ERR! command git ls-remote ssh://git@github.com/nhn/raphael.git 之所以是这样,是因为本地生成的SSH keys添加到github里面,,这个生成的SSH keys 是带有密码的 解决方法 桌面右键,git bash here 输入以下 ssh-keygen -t rsa -C “你的邮箱名称” overwrite 输入y 输入密码的时候直接回车...
Sign up for free Learn about Pro Bring the best of open source to you, your team, and your company Relied upon by more than 17 million developers worldwide, npm is committed to making JavaScript development elegant, productive, and safe. The free npm Registry has become the center of JavaS...
npm install error : 依赖的包(ssh://github.com/surmon-china/mongoose-paginate.git)不存在 i@mingbai:~/node/nodepress$ npm install npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/surmon-china/mongoose-paginate.git npm ERR! npm ERR! Permission...
186 silly fetchPackageMetaData error for project1@git+ssh://git@gitlab.XXX.com:XXX/project1.git Error while executing: 186 silly fetchPackageMetaData /usr/bin/git ls-remote -h -t ssh://git@gitlab.XXX.com/:XXX/project1.git 186 silly fetchPackageMetaData 186 silly fetchPackageMetaData Git...