POST git-upload-pack (185 bytes)
POST git-upload-pack (239 bytes)
remote: Enumerating objects: 170, done.
remote: Counting objects: 100% (170/170), done.
remote: Compressing objects: 100% (168/168), done.
error: RPC failed; curl 56 OpenSSL SSL_read: error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac, errno 0
error: 5893 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
git clone --depth=1 xxxx.git
1
kylebing 168 天前
你需要的是一个代理
|
3
Creamliu 168 天前 1
下载链接前面加上 https://mirror.ghproxy.com/
|
4
kylebing 168 天前
反正应该就是网络问题
|
5
naminokoe 168 天前 via iPhone
先去深圳,然后坐地铁到福田口岸,过关连接香港的 wifi 下载好之后再回来就好了
|
6
june4 168 天前
在 vps 上 clone,再 rsync 回来
|
7
gnikkij97 168 天前
用 git-lfs
|
8
0o0O0o0O0o 168 天前 via iPhone
换个好机场
|
9
vessl1 168 天前
你是只开了代理,还是也在.gitconfig 里边配置了代理,如果只开了代理不一定有效果哦
|
10
CharmingCheung 168 天前
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890
|