This repository was archived by the owner on Feb 12, 2019. It is now read-only.
  
  
  
  
  
Description
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.