非常に大きなリポジトリを GitHub にプッシュしていますが、パックが最大許容サイズを超えているというエラーが表示されます。
git push
Counting objects: 2072164, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (731293/731293), done.
fatal: pack exceeds maximum allowed size2.00 GiB | 118 KiB/s
error: pack-objects died of signal 13
プッシュ時に最大パックサイズを強制する方法はありますか? git repack --max-pack-size=1g -d -f -F -a
押す前に試しました。私も試しgit config pack.packSizeLimit 1g
ました。別の方法はありますか?