npm拉取github仓库失败,解决方法

git clone git://github.com/lajos/iFrameExtractor.git

错误信息:

1
2
3
bower error status code of git: 128
fatal: unable to connect to github.com:
github.com[0: 你的 IP]: errno=Operation timed out

原因:
需要用 https 才能读到数据
解决方法:输入命令
git config --global url."https://".insteadOf git://

npm拉取github仓库失败,解决方法

http://www.kch8.top/2023/02/05/git-connection-failed/

发布于

2023-02-05

更新于

2023-08-18

许可协议

评论