AOSP帮助页面一处问题

140 views
Skip to first unread message

郭志攀

unread,
Oct 12, 2015, 11:18:01 PM10/12/15
to TUNA 主邮件列表
aosp帮助页面 http://mirror.tuna.tsinghua.edu.cn/help/#AOSP 中建立次级镜像处有个问题

建立次级镜像应该是
repo init -u https://aosp.tuna.tsinghua.edu.cn/mirror/manifest --mirror

而官网说明是repo init -u https://aosp.tuna.tsinghua.edu.cn/platform/manifest --mirror
这样只能镜像最新版aosp源码树中包含的project,导致下载老版本aosp缺少好多project

像我这样的新手就被坑了

Justin Wong

unread,
Oct 13, 2015, 2:17:25 AM10/13/15
to tuna-g...@googlegroups.com
啊,我疏忽了,抱歉抱歉。
修复了~

--
Justin Wong
Fingerprint: 15CC 6A61 738B 1599 0095 E256 CB67 DA7A 865B AC3A
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "TUNA 主邮件列表" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tuna-general...@googlegroups.com.
> To post to this group, send email to tuna-g...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

Justin Wong

unread,
Oct 13, 2015, 9:48:21 AM10/13/15
to tuna-g...@googlegroups.com
话说 fcgiwrap 是单线程阻塞执行CGI的么……

--
Justin Wong
Fingerprint: 15CC 6A61 738B 1599 0095 E256 CB67 DA7A 865B AC3A

Ray Song

unread,
Oct 13, 2015, 11:30:29 AM10/13/15
to Justin Wong, tuna-g...@googlegroups.com
是的

https://github.com/gnosek/fcgiwrap/blob/master/fcgiwrap.c

while (FCGI_Accept() >= 0 && !sigint_received) {
handle_fcgi_request();
--
Ray
http://maskray.me

Ray Song

unread,
Oct 13, 2015, 11:32:00 AM10/13/15
to Justin Wong, tuna-g...@googlegroups.com
可以预先设置进程池进程数

On 2015-10-13, Justin Wong wrote:
--
Ray
http://maskray.me

kenanf...@gmail.com

unread,
Jun 24, 2016, 2:18:02 AM6/24/16
to TUNA 主邮件列表
error: Exited sync due to fetch errors 下载android源码出出现这个错误是怎么回事

Justin Wong

unread,
Jun 24, 2016, 2:18:56 AM6/24/16
to tuna-g...@googlegroups.com
翻译过来就是「错误:因下载出错而退出」

--
Justin Wong

On Fri, Jun 24, 2016, at 14:17, kenanf...@gmail.com wrote:
> error: Exited sync due to fetch errors 下载android源码出出现这个错误是怎么回事
>

Zheng Ren

unread,
Jun 24, 2016, 2:24:26 AM6/24/16
to tuna-g...@googlegroups.com
怎么解决?

You received this message because you are subscribed to a topic in the Google Groups "TUNA 主邮件列表" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tuna-general/8y_bwQC09_s/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tuna-general...@googlegroups.com.

Justin Wong

unread,
Jun 24, 2016, 2:43:50 AM6/24/16
to tuna-g...@googlegroups.com
这就不好说了,「下载错误」的解决办法大概和「我上不去网了」的解决办法类似
 
--
Justin Wong

Zheng Ren

unread,
Jun 24, 2016, 2:45:54 AM6/24/16
to tuna-g...@googlegroups.com
error: Cannot fetch platform/prebuilts/ndk
Fetching projects: 100% (486/486)  
error: Exited sync due to fetch errors
就是到最后才出错,你那边能正常下载?

Justin Wong

unread,
Jun 24, 2016, 2:50:31 AM6/24/16
to tuna-g...@googlegroups.com
试试
 
可能就是网络不稳定,建议下载那个初始化包,从那个基础上更新。

Zheng Ren

unread,
Jun 24, 2016, 3:47:06 AM6/24/16
to tuna-g...@googlegroups.com
remote: Counting objects: 42191, done.
remote: aborting due to possible repository corruption on the remote side.
fatal: protocol error: bad pack header
这样也下载不了

Justin Wong

unread,
Jun 24, 2016, 4:09:43 AM6/24/16
to tuna-g...@googlegroups.com
恩,服务器负载太重,已经快挂了。我们研究一下午了。

Zheng Ren

unread,
Jun 24, 2016, 4:32:35 AM6/24/16
to tuna-g...@googlegroups.com
😨😨,前个月我还能正常下载,不知道为什么现在就不行了

Aron Xu

unread,
Jun 24, 2016, 4:46:07 AM6/24/16
to tuna-g...@googlegroups.com
下载那个初始化包再pull试试吧

Justin Wong

unread,
Jun 24, 2016, 4:56:29 AM6/24/16
to tuna-g...@googlegroups.com
现在已经暂停服务了,ssh都跑不动了

Justin Wong

unread,
Jun 24, 2016, 4:56:43 AM6/24/16
to tuna-g...@googlegroups.com
几个月前用户量没这么大呀

Zheng Ren

unread,
Jun 27, 2016, 1:55:38 AM6/27/16
to tuna-g...@googlegroups.com
服务器修复正常了吗?我这边下载不了
fatal: unable to connect to aosp.tuna.tsinghua.edu.cn:
aosp.tuna.tsinghua.edu.cn[0: 166.111.206.63]: errno=Connection refused
aosp.tuna.tsinghua.edu.cn[1: 2001:da8:20f:3101:5054:ff:feb1:be95]: errno=Network is unreachable

Justin Wong

unread,
Jun 27, 2016, 2:38:52 AM6/27/16
to tuna-g...@googlegroups.com
使用 https  协议,git 协议被干掉了~
 
--
Justin Wong
 

Zheng Ren

unread,
Jun 27, 2016, 2:44:57 AM6/27/16
to tuna-g...@googlegroups.com
我要下android源码,网址是什么

Justin Wong

unread,
Jun 27, 2016, 2:59:02 AM6/27/16
to tuna-g...@googlegroups.com

Zheng Ren

unread,
Jun 27, 2016, 5:41:20 AM6/27/16
to tuna-g...@googlegroups.com
下载到一定时间就会卡死了🙀🙀🙀🙀
Reply all
Reply to author
Forward
0 new messages