I'm running a custom action that runs this .sh script:
reset.sh
#!/bin/bash
cd /User/jane.doe/repo
git reset --hard --no-quiet
I get the following error in Sourcetree:
git-lfs filter-process: git-lfs: command not found
fatal: the remote end hung up unexpectedly
System Info:
macOS 10.15.4
Sourcetree 4.0.1 (234)
System Git 2.23.0
System git-lfs 2.10.0
I do not get this error when running the same script from a Terminal.
@Bradley_Newman welcome to the Atlassian community
On a Mac run
brew install git-lfs
git lfs install
git lfs install --system
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.