1. 程式人生 > >解決git失敗

解決git失敗

命令:bower install jquery     【mac】
錯誤資訊:
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://