You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2019. It is now read-only.
While pushing my repository today I discovered the following issue:
$ git push
Initializing Keybase... done.
Syncing with Keybase... done.
To keybase://private/telotortium/repo
! [remote rejected] master -> master (Directory telotortium/.kbfs_git/repo/objects/pack would have increased to at least 524522 bytes, which is over the supported limit of 524288 bytes)
I tried to fix this by running git repack --max-pack-size=512k -a, but Git warns that the minimum pack file size is 1 MiB.
While pushing my repository today I discovered the following issue:
I tried to fix this by running
git repack --max-pack-size=512k -a, but Git warns that the minimum pack file size is 1 MiB.