我正在将代码上传到我的gitlabs代码库,我收到了这个错误
Counting objects: 29295, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (21490/21490), done.
Writing objects: 100% (29295/29295), 31.10 MiB | 167.62 MiB/s, done.
Total 29295 (delta 6225), reused 29295 (delta 6225)
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502 Bad Gateway
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date我想不出如何解决这个问题,请帮我解决这个问题。
发布于 2020-08-25 15:39:30
我使用SSH解决了这个问题,我猜如果有人遇到这个问题,可以尝试使用ssh克隆repo,然后尝试推送代码:)
https://stackoverflow.com/questions/63540582
复制相似问题