无法通过 egit 使用 lfs 克隆或暂存 git

Can't clone nor stage git with lfs through egit

环境

我确实为 git-lfs 设置了一个测试环境。这包括 Git 1.9.5、Eclipse 4.6.2 和 EGit 4.4.0/4.6.0。 git-lfs 已安装并正常工作。 Eclipse 显示 git lfs install 设置的正确 git 配置参数(首选项->团队->Git->配置->用户设置)。 Git-lfs 在 git bash 和 windows CMD 的路径中可用。

Git 和 Git-LFS 在 git bash.

期间工作正常

问题

重要的是可以通过 Eclipse 插件使用 git,目前为 EGit。 EGit 通常似乎支持 git-lfs,但在我的情况下,我无法克隆或暂存(通过 git bash 克隆)。 克隆:Execution of filter command 'git-lfs smudge -- 'SW/xy.jar'' on file 'SW/xy.jar' failed with return code '2', message on stderr: 'Downloading 'SW/xy.jar' (289.10 KB)

阶段:Execution of filter command 'git-lfs clean -- 'SW/xy.jar'' on file 'SW/xy.jar' failed

问题

  1. 有人对我做错了什么有什么建议吗?
  2. 为什么 git-lfs clean 执行到 adding/staging?

提前致谢!任何帮助将不胜感激!

从 GIT 1.9.5 更新到当前版本 (2.11.1) 有帮助!