我正在使用Bower来安装几个库.为了演示目的,我正在安装bootstrap.无论包装如何,我都会收到以下错误:
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
Run Code Online (Sandbox Code Playgroud)
我已尝试使用以下解决方案删除第一个错误 - 我从此搜索中找到:
git config --global url."https://".insteadOf git://
Run Code Online (Sandbox Code Playgroud)
但是,这不起作用,也不会在该页面上找到任何其他解决方案.搜索第二个错误的解决方案,如果您在公司网络上/防火墙后面,似乎为代理服务器设置用户名/密码将解决问题.但是,我没有使用代理服务器,因为我在家用电脑/网络(Windows 7 x64).
谢谢!
编辑:命令窗口有错误:

我正在使用Flash Builder 4.6和Adobe AIR来创建Android应用程序.我希望创建某种提醒/约会,在指定时间在屏幕或应用栏中显示通知.到目前为止,我还没有找到办法做到这一点.我想我可能会在ANE [Actionscript Native Extension]中找到这个功能,但是我还没遇到过.
这可能吗?提前致谢!