Skip to content
This repository was archived by the owner on Feb 12, 2019. It is now read-only.
This repository was archived by the owner on Feb 12, 2019. It is now read-only.

KBFS file size limit of 512 KiB breaks git-remote-keybase #1695

@telotortium

Description

@telotortium

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions