Hi there, I posted this question in <#C01EX4ATEKF|...
# general
l
Hi there, I posted this question in #caravel but I think this channel would be more appropriate. I have been trying to push my synthesized files into efabless git server. Our team's design files are quite large (total >2GB) so I need to use Git LFS; but while pushing normal code to server works well, the
git push
for Git LFS files just did not work (seems like it could not connect to server). Note that I can still push Git LFS files into Github. I think 1 possible problem might has to do with ssh:// server connection being slower than https:// But the fact that there's 0B/s speed seems so strange to me. I would really appreciate help to fix this problem. Thanks you all.
m
make compress
will compress all the relevant files and then split them into smaller sizes.
make uncompress
restores the file. You might be able to use this in conjunction with git-lfs.