I have git set up with the git-lfs extension. When using Xcode 6 to do a search and replace then it uses git internally to take a snapshot of the project before doing the replace. Now that I am using lfs the snapshot fails with the message:
error: copy-fd: write returned Broken pipe
error: cannot feed the input to external filter git lfs clean %f
error: external filter git lfs clean %f failed 1
error: external filter git lfs clean %f failed
fatal: xxxx: clean filter 'lfs' failed
Is it possible to configure Xcode to use the version of git with the lfs extension installed? Or update the version of git used by Xcode to add the lfs extension?
I tried installing git-lfs in the same directory as git used by Xcode but that does not help.
cp git-lfs /Applications/Xcode.app/Contents/Developer/usr/bin