错误如下:
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
1
ysn2233 2019-12-02 22:11:47 +08:00
上代理
|
2
cedoo22 2019-12-02 22:17:49 +08:00
git clone --depth 1
git fetch --unshallow |
4
bbsteel 2019-12-03 01:58:29 +08:00 via Android
就是那啥的问题,代理可能没设置好
|
5
zhuzhibin 2019-12-03 10:00:30 +08:00 via iPhone
curl 上代理
|
6
JinTianYi456 2021-03-15 09:40:32 +08:00
@cedoo22 假设有两个分支 master(默认)和 two,执行 unshallow 后也看不到远程的 two 分支,何解?
|