What does this error mean and how to fix it?
$ git status
On branch master
Your branch is up to date with 'origin/master'.
dyld: Library not loaded: /usr/ldyld: Library not loaded: /usr/local/Cellar/gettext/0.19.4/lib/local/Cellar/gettext/0.19.4/lib/libintl.8.dylib
Referenced fromibintl.8.dylib
Referenced from: /usr/local/bin/gettext
Reaso: /usr/local/bin/envsubst
Reasn: image not found
on: image not found
dyld: Library not loaded: /usr/local/Cellar/gettext/0.19.4/lib/libintl.8.dylib
Referenced from: /usr/local/bin/envsubst
Reason: image not found
/usr/local/bin/gettext.sh: line 87: 3166 Abort trap: 6 envsubst "$1"
dyld: Library not loaded: /usr/local/Cellar/gettext/0.19.4/lib/libintl.8.dylib
Referenced from: /usr/local/bin/gettext
Reason: image not found
dyld: Library not loaded: /usr/local/Cellar/gettext/0.19.4/lib/libintl.8.dylib
Referenced from: /usr/local/bin/envsubst
Reason: image not found
dyld: Library not loaded: /usr/local/Cellar/gettext/0.19.4/lib/libintl.8.dylib
Referenced from: /usr/local/bin/envsubst
Reason: image not found
/usr/local/bin/gettext.sh: line 87: 3207 Abort trap: 6 envsubst "$1"
nothing to commit, working tree clean
$ which git
/usr/local/bin/git
$ git --version
git version 2.19.0