把服务强行重启了,可怜的 Android 开发者们……

把 git daemon 的并发上限加到 128 了,同时给每个 IP 限制了并发上限为 4

On Tue, Dec 30, 2014 at 5:15 PM, Justin Wong <[email protected]> wrote:

> 别急,我调下并发数上限……
>
> On Tue, Dec 30, 2014 at 5:14 PM, GSC <[email protected]> wrote:
>
>> 看来国内AOSP镜像太少了。现在好了。
>>
>> On Tue, Dec 30, 2014 at 5:04 PM, Justin Wong <[email protected]>
>> wrote:
>>
>>> 拉 AOSP 代码的人太多了…… git daemon 报 too many children
>>>
>>> On Tue, Dec 30, 2014 at 4:52 PM, GSC <[email protected]> wrote:
>>>
>>>> 现在不管是pull还是clone都是这个错:
>>>>
>>>> $ git clone git://mirrors.i.tuna.tsinghua.edu.cn/homebrew.git
>>>>
>>>> Cloning into 'homebrew'...
>>>>
>>>> fatal: read error: Connection reset by peer
>>>>
>>>> 怎么回事?
>>>>
>>>>
>>>> On Thu, Dec 25, 2014 at 10:33 PM, Justin Wong <[email protected]>
>>>> wrote:
>>>>
>>>>> 好的~
>>>>>
>>>>> On Thu, Dec 25, 2014 at 10:30 PM, yi lu <[email protected]
>>>>> > wrote:
>>>>>
>>>>>> 我修改了一下帮助,你看看,我尝试使用过了,可以用。
>>>>>>
>>>>>> On Thu, Dec 25, 2014 at 10:22 PM, Justin Wong <[email protected]>
>>>>>> wrote:
>>>>>>
>>>>>>> HTTP 是放在子目录了(反正不通过 HTTP 服务),git 仍然是根目录,我这里 git clone 是好的
>>>>>>>
>>>>>>> On Thu, Dec 25, 2014 at 10:11 PM, yi lu <
>>>>>>> [email protected]> wrote:
>>>>>>>
>>>>>>>> 你现在是放在子homebrew目录下了?还有,access denied or not exported是什么错误?
>>>>>>>>
>>>>>>>> On Thu, Dec 25, 2014 at 9:52 PM, Justin Wong <[email protected]
>>>>>>>> > wrote:
>>>>>>>>
>>>>>>>>> 好了,你试试~
>>>>>>>>>
>>>>>>>>> git://mirrors.tuna.tsinghua.edu.cn/homebrew-science.git
>>>>>>>>> git://mirrors.tuna.tsinghua.edu.cn/homebrew-python.git
>>>>>>>>>
>>>>>>>>> 好用的话,把 https://wiki.tuna.tsinghua.edu.cn/MirrorUsage/homebrew 
>>>>>>>>> 更新一下吧,多谢~
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Thu, Dec 25, 2014 at 9:16 PM, yi lu <
>>>>>>>>> [email protected]> wrote:
>>>>>>>>>
>>>>>>>>>> 因为它也是一个repo嘛,现在最大的困难是连github(至少是我),github里存放着所有的Formula。
>>>>>>>>>>
>>>>>>>>>> 所以希望这个也能做成一个git,可以同样修改git的地址,更新这个git就行了。
>>>>>>>>>>
>>>>>>>>>> 具体应该在 /usr/local/Library/Taps/homebrew 的子目录下。
>>>>>>>>>>
>>>>>>>>>> 再说说这个是怎么产生的,当你搜索一个Formula的时候,比如petsc,它就在homebrew-science的repo里面,所以它会提示你去下载一个repo,即,brew
>>>>>>>>>> tap homebrew/science,此时就要去pull那个repo。放在
>>>>>>>>>> /usr/local/Library/Taps/homebrew/homebrew-science
>>>>>>>>>>
>>>>>>>>>> 总之,最好作成和之前的homebrew
>>>>>>>>>> <http://mirrors.tuna.tsinghua.edu.cn/homebrew.git/>一样的东西,就方便使用了。
>>>>>>>>>>
>>>>>>>>>> 谢谢
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Thu, Dec 25, 2014 at 8:25 PM, Justin Wong <
>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>
>>>>>>>>>>> 增加 homebrew-python 和 homebrew-science,没 mac,目测
>>>>>>>>>>>
>>>>>>>>>>> brew install 
>>>>>>>>>>> http://mirrors.tuna.tsinghua.edu.cn/homebrew-science/<formula>.rb
>>>>>>>>>>>
>>>>>>>>>>> 这样就可以,求反馈
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Dec 24, 2014 at 12:58 PM, Justin Wong <
>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> 可以有 ~
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, Dec 24, 2014 at 8:59 AM, yi lu <
>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> 有没有homebrew的其他taps,比如homebrew-science
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, Nov 20, 2014 at 3:25 PM, Justin Wong <
>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> 多谢,速度问题难道是换 upstream 之后会两边 compare ?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Thu, Nov 20, 2014 at 3:23 PM, GSC <[email protected]>
>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> 这样好了。奇怪的是直接在/usr/local/改配置后update速度还是很慢,而重新clone了之后就很快了。加wiki里了。
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Thu, Nov 20, 2014 at 2:44 PM, Justin Wong <
>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> git://mirrors.tuna.tsinghua.edu.cn/homebrew.git
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Thu, Nov 20, 2014 at 2:43 PM, GSC <[email protected]>
>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> cd /usr/local/
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> git remote set-url origin
>>>>>>>>>>>>>>>>> http://mirrors.tuna.tsinghua.edu.cn/homebrew.git/
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> brew update
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> 显示:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> fatal: repository '
>>>>>>>>>>>>>>>>> http://mirrors.tuna.tsinghua.edu.cn/homebrew.git/' not
>>>>>>>>>>>>>>>>> found
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Error: Failure while executing: git pull -q origin
>>>>>>>>>>>>>>>>> refs/heads/master:refs/remotes/origin/master
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> clone不了:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> git clone
>>>>>>>>>>>>>>>>> http://mirrors.tuna.tsinghua.edu.cn/homebrew.git/
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Cloning into 'homebrew'...
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> fatal: repository '
>>>>>>>>>>>>>>>>> http://mirrors.tuna.tsinghua.edu.cn/homebrew.git/' not
>>>>>>>>>>>>>>>>> found
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Thu, Nov 20, 2014 at 1:19 PM, Justin Wong <
>>>>>>>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> 搞定,你试试?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> 求写 wiki
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> sent from my android
>>>>>>>>>>>>>>>>>> On Nov 20, 2014 12:21 PM, "GSC" <[email protected]> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> 目前我这里brew
>>>>>>>>>>>>>>>>>>> update要1分钟以上,用ustc的快很多。看到源里有了linux.git,加个homebrew.git镜像应该很简单吧?没人做的话,我愿意学习一下。
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> ---
>>>>>>>>>>>>>>>>>>> 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
>>>>>>>>>>>>>>>>>>> [email protected].
>>>>>>>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>>>>>>>> [email protected].
>>>>>>>>>>>>>>>>>>> For more options, visit
>>>>>>>>>>>>>>>>>>> https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> ---
>>>>>>>>>>>>>>>>>> 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
>>>>>>>>>>>>>>>>>> [email protected].
>>>>>>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>>>>>>> [email protected].
>>>>>>>>>>>>>>>>>> For more options, visit
>>>>>>>>>>>>>>>>>> https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> ---
>>>>>>>>>>>>>>>>> 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
>>>>>>>>>>>>>>>>> [email protected].
>>>>>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>>>>>> [email protected].
>>>>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout
>>>>>>>>>>>>>>>>> .
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> Open Source, Open Mind
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> ---
>>>>>>>>>>>>>>>> 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
>>>>>>>>>>>>>>>> [email protected].
>>>>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>>>>> [email protected].
>>>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  --
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ---
>>>>>>>>>>>>>>> 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
>>>>>>>>>>>>>>> [email protected].
>>>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>>>> [email protected].
>>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> Open Source, Open Mind
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> ---
>>>>>>>>>>>>>> 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
>>>>>>>>>>>>>> [email protected].
>>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>>> [email protected].
>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>  --
>>>>>>>>>>>>>
>>>>>>>>>>>>> ---
>>>>>>>>>>>>> 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 [email protected]
>>>>>>>>>>>>> .
>>>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>>>> [email protected].
>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Open Source, Open Mind
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Open Source, Open Mind
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>>
>>>>>>>>>>> ---
>>>>>>>>>>> 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 [email protected].
>>>>>>>>>>> To post to this group, send email to
>>>>>>>>>>> [email protected].
>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>  --
>>>>>>>>>>
>>>>>>>>>> ---
>>>>>>>>>> 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 [email protected].
>>>>>>>>>> To post to this group, send email to
>>>>>>>>>> [email protected].
>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Open Source, Open Mind
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> ---
>>>>>>>>> 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 [email protected].
>>>>>>>>> To post to this group, send email to [email protected]
>>>>>>>>> .
>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>
>>>>>>>>
>>>>>>>>  --
>>>>>>>>
>>>>>>>> ---
>>>>>>>> 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 [email protected].
>>>>>>>> To post to this group, send email to [email protected].
>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Open Source, Open Mind
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> ---
>>>>>>> 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 [email protected].
>>>>>>> To post to this group, send email to [email protected].
>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>
>>>>>>
>>>>>>  --
>>>>>>
>>>>>> ---
>>>>>> 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 [email protected].
>>>>>> To post to this group, send email to [email protected].
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Open Source, Open Mind
>>>>>
>>>>> --
>>>>>
>>>>> ---
>>>>> 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 [email protected].
>>>>> To post to this group, send email to [email protected].
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>>
>>>>  --
>>>>
>>>> ---
>>>> 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 [email protected].
>>>> To post to this group, send email to [email protected].
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>>
>>> --
>>> Open Source, Open Mind
>>>
>>> --
>>>
>>> ---
>>> 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 [email protected].
>>> To post to this group, send email to [email protected].
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  --
>>
>> ---
>> 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 [email protected].
>> To post to this group, send email to [email protected].
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Open Source, Open Mind
>



-- 
Open Source, Open Mind

-- 

--- 
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 [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

回复