Source Code Checkout Task with Git LFS leads to error "cannot feed the input to external filter true"
問題
When checking out code from Bamboo's tasks with git LFS, some large files will appear as empty or the cloned repository contents have zero bytes file size.
診断
The build log will show entries like:
simple 14-Nov-2017 14:54:22 error: cannot feed the input to external filter true
simple 14-Nov-2017 14:54:22 error: external filter true failed
原因
This is caused by a Git LFS bug in version 2.1.1
ソリューション
Update both Git LFS client (at least above 2.1.2) and Git version (at least above 2.6.x) to the latest version.
Last modified on Mar 22, 2019
Powered by Confluence and Scroll Viewport.