我正在使用 Bower 安装几个库。出于演示的目的,我在这里安装引导程序。无论包是什么,我都会收到以下错误:
C:\Scott>bower install bootstrap
bower not-cached git://github.com/twbs/bootstrap.git#*
bower resolve git://github.com/twbs/bootstrap.git#*
bower ECMDERR Failed to execute "git ls-remote --tags --heads git://github
.com/twbs/bootstrap.git", exit code of #128
Additional error details:
fatal: unable to access 'https://github.com/twbs/bootstrap.git/': Failed connect
to github.com:443; No error
我尝试使用以下解决方案来删除第一个错误-这是我从这个 搜索中发现的:
git config --global url."https://".insteadOf git://
但是,这不起作用,在该页面上找到的任何其他解决方案也不起作用。正在寻找第二个错误的解决方案,似乎为代理服务器设置用户名/pwd 可以解决您在公司网络/防火墙后面的问题。但是,我不使用代理服务器,因为我在我的家庭电脑/网络(Windows 7 x64)。
谢谢!
编辑: 带有错误的命令窗口: