Build date problem

I have a problem when I try to do a push to gitkraken. The build date file is too large to push (around 150MB when the max to push is 100MB). My question is if there is any way to split the file in two or more or if or if there is any other solution.

Thanks

Hi David Borrego,

First, you should use LFS for this type of big files. Git doesn’t handle well binary files.
https://git-lfs.github.com/ gitkraken was his functionality to.

Another thing, you shouldn’t track the _buildata files. They can easily be rebuild!

I suggest you remove your _Builddata files from you git.

Hope it helps.