GitAhead 是否支持大文件存储?我试图克隆我们的一个 BitBucket 存储库。它完成得很好,但是一个大的 TAR 文件只有 1KB 而不是几百 MB。
我寻找一种启用 LFS 的方法,但没有找到。我必须安装插件吗?
According to an issue on their issue tracker, you need to manually install git-lfs and make it available to the $PATH
available to GitAhead.
Usually, you can achieve this by installing git-lfs to a system-global location. Depnding on your OS, you can find suitable installation packages at https://git-lfs.github.com/ or https://github.com/git-lfs/git-lfs/releases/.