[廚餘回收] Visual Studio 2015 底下使用 bower 還原封裝發生 ECMDERR ~ exit code of #128

在 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://githubhttps://github 來取代掉,command 如下:

git config --global url."https://github".insteadOf git://github

參考資料

相關資源

C# 指南
ASP.NET 教學
ASP.NET MVC 指引
Azure SQL Database 教學
SQL Server 教學
Xamarin.Forms 教學