Hello,在创建了第一个repo之后,我按照步骤进行git push origin master操作,但是等待一段时间后失败,在服务端看到的错误输出信息如下: ``` Unpacking objects: 100% (3/3), done. 2014-02-18 15:03:31 [5079] [CRITICAL] WORKER TIMEOUT (pid:5105) 2014-02-18 15:03:31 [5128] [INFO] Booting worker with pid: 5128 Did not install docutils fatal: write error: Broken pipe ``` 在客户端看到的信息如下: ``` ]$ git push origin master Counting objects: 5, done. Delta compression using up to 2 threads. Compressing objects: 100% (2/2), done. Writing objects: 100% (3/3), 261 bytes, done. Total 3 (delta 1), reused 0 (delta 0) error: RPC failed; result=52, HTTP code = 0 ```
Hello,在创建了第一个repo之后,我按照步骤进行git push origin master操作,但是等待一段时间后失败,在服务端看到的错误输出信息如下:
在客户端看到的信息如下: