我正在使用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://
但是,这不起作用,该页面上的任何其他解决方案也不起作用。在寻找第二种错误的解决方案时,如果您在公司网络中/防火墙后面,则为代理服务器设置用户名/密码似乎可以解决该问题。但是,我没有像在家用PC /网络(Windows 7 x64)上那样使用代理服务器。
谢谢!
编辑:带有错误的命令窗口: