Hello everyone!
I'm kinda lost here so I hope you can help me. We use the new Git LFS from GitHub on our servers, and want our designers to use it via the SourceTree app. The Git LFS extension is pretty need because you just need to activate it once, and then you can use your standard git commands (like add/push/commit) without any special extras, LFS just knows to put it somewhere else.
Now I thought that with SourceTree (and the switch to use System Git) this might be possible, too, since SourceTree would just act as some sort of wrapper to the original commands. Sadly, it doesn't work:
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree add -f -- "Screen Shot 2015-06-01 at 15.29.57.png"
git: 'lfs' is not a git command. See 'git --help'.
Did you mean this?
flow
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: Screen Shot 2015-06-01 at 15.29.57.png: clean filter 'lfs' failed
Completed with errors, see above
Do I miss something? Should I run it as a different user maybe? If so, how can I do it.