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://