昨天到现在 install 的时候一直报 timeout, 大家有没有这个情况, 还是我网络问题?
bower invalid-meta The "name" is recommended to be lowercase, can contain digits, dots, dashes
bower angular-moment#* not-cached https://github.com/urish/angular-moment.git#*
bower angular-moment#* resolve https://github.com/urish/angular-moment.git#*
bower angular-moment#* ECMDERR Failed to execute "git ls-remote --tags --heads https://github.com/urish/angular-moment.git", exit code of #128 fatal: unable to access 'https://github.com/urish/angular-moment.git/': Failed to connect to github.com port 443: Operation timed out
Additional error details:
fatal: unable to access 'https://github.com/urish/angular-moment.git/': Failed to connect to github.com port 443: Operation timed out
1
dibage 2016-07-05 10:58:50 +08:00
`Operation timed out`
这很明显网络问题 |
2
Pastsong 2016-07-05 11:01:53 +08:00
READ THE ERROR MESSAGE
|
3
lzhr 2016-07-05 11:28:50 +08:00
需要一个梯子
|
4
hantsy 2016-07-05 11:34:28 +08:00
Bower 很多是 Github 直接下载。。。很慢。
|
5
xjp 2016-07-05 22:26:26 +08:00
bower 已经被慢慢抛弃了 直接用 npm 吧
|
6
erichua23 2016-07-25 02:18:47 +08:00
楼主解决了吗? 我也遇到了, 我直接在命令行里面 copy 出那条 git ls-remote --tags --heads 的命令是可以正常执行的
|