| Hi Mark, I`m using core 2.107.3 and git plugin 3.9.1. My Linux node runs CentOS 6.7. When I do "git --version" on it, I get "git version 1.7.1". I installed another git into "/anotherfs/git-2.19.0/" and added it "Manage Jenkins->Global Tools configuration->git". I didn`t re-configured PATH, "which git" still point "/usr/bin/git" After that, I added git lfs like "/anotherfs/git-2.19.0/bin/git lfs install". Command "/anotherfs/git-2.19.0/bin/git-lfs version" shows "git-lfs/2.4.0 (GitHub; linux amd64; go 1.8.3; git 1a98fa5c)" After that I`m configuring my Pipeline job with Jenkinsfile and "Git LFS pull after checkout". It works on master and get Jenkinsfile, but at node: hudson.plugins.git.GitException: Command "/anotherfs/git-2.19.0/bin/git checkout -f f52336bc40265a1f8703eac49b89cd6b7a778df7" returned status code 128: |