在 bower.json 底下添加 angular 相依套件,在「相依性」->「Bower」按右鍵執行「還原封裝」得到錯誤一枚。
仔細看了一下訊息是 Failed to execute "git ls-remote --tags --heads git://github.com/angular/bower-angular.git"
。
由於是公司的網路環境,git protocol 是走 9418 port,公司的防火牆又不歸我管,解決方法就是修改 git 的 global .gitconfig 將來自於 git://github
用 https://github
來取代掉,command 如下:
git config --global url."https://github".insteadOf git://github