Problem:
In the Eclipse IDE > GIT Repoitories view, cloning of a git repository containing large files (over 100 MB) fails with the following error:
org.eclipse.jgit.api.errors.JGitInternalException: org.eclipse.jgit.api.errors.FilterFailedException: Execution of filter command 'git-lfs smudge -- 'wma-vpms/RuntimeComponents/VPMRL.LOADLIB'' on file 'wma-vpms/RuntimeComponents/VPMRL.LOADLIB' failed with return code '1', message on stderr: ''git-lfs' is not recognized as an internal or external command, operable program or batch file.
Resolution:
Some GIT files were not being found. Adding C:\\Program Files\\Git\\cmd to the PATH environment variable resolved the issue.
#MFDS
#EnterpriseDeveloper
