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 2024-05-21 10:01:46 +08:00
你需要的是一个代理
|
3
Creamliu 2024-05-21 10:17:13 +08:00 ![]() 下载链接前面加上 https://mirror.ghproxy.com/
|
![]() |
4
kylebing 2024-05-21 10:21:29 +08:00
反正应该就是网络问题
|
![]() |
5
naminokoe 2024-05-21 10:21:55 +08:00 via iPhone
先去深圳,然后坐地铁到福田口岸,过关连接香港的 wifi 下载好之后再回来就好了
|
![]() |
6
june4 2024-05-21 10:32:02 +08:00
在 vps 上 clone,再 rsync 回来
|
7
gnikkij97 2024-05-21 10:38:09 +08:00
用 git-lfs
|
8
0o0O0o0O0o 2024-05-21 10:40:47 +08:00 via iPhone
换个好机场
|
9
vessl1 2024-05-21 15:31:54 +08:00
你是只开了代理,还是也在.gitconfig 里边配置了代理,如果只开了代理不一定有效果哦
|
10
CharmingCheung 2024-05-21 16:09:09 +08:00
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
|