过去我通过 HTTP 传输部署到 Heroku 没有任何问题,但最近我无法部署。
这是我收到的错误:
Enumerating objects: 58668, done.
Counting objects: 100% (57434/57434), done.
Delta compression using up to 16 threads
Compressing objects: 100% (16705/16705), done.
Writing objects: 100% (57124/57124), 50.77 MiB | 76.23 MiB/s, done.
Total 57124 (delta 44149), reused 52353 (delta 40249)
error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Run Code Online (Sandbox Code Playgroud)
我尝试切换到 SSH 传输,它可以工作,但 Heroku 正在淘汰 SSH 传输,所以我需要找出这个错误。
我还尝试根据 …