【发布时间】:2020-11-22 21:03:10
【问题描述】:
我正在尝试将一个虚幻项目推送到 github。这是一个非常大的存储库,>12 GB。每次我尝试使用 SSL 推送时,我都会得到以下内容并且 repo 不会推送。
Enumerating objects: 990, done.
Counting objects: 100% (990/990), done.
Delta compression using up to 6 threads
fatal: the remote end hung up unexpectedly
Connection to github.com closed by remote host.
Compressing objects: 100% (945/945), done.
fatal: sha1 file '<stdout>' write error: Broken pipe
fatal: the remote end hung up unexpectedly
有什么建议吗?
【问题讨论】:
标签: git github large-files