brew update and retried your prior step?brew doctor, fixed as many issues as possible and retried your prior step?sudo chown -R $(whoami) $(brew --prefix)?After updating to git 2.10.2, git gui stopped working.
$ git gui
/usr/local/Cellar/git/2.10.2/libexec/git-core/git-gui: line 8: exec: /Users/pires/Work/Projects/docker-elasticsearch/@@HOMEBREW_PREFIX@@/Cellar/git/2.10.2/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish: cannot execute: No such file or directory
Confirmed this is a bug. libexec/git-core/git-gui and libexec/git-core/git-cvsserver aren't being added to changed_files in the Tab for some reason.
AFK right now but will investigate this evening.
Fix incoming in https://github.com/Homebrew/brew/issues/1420.
@pires Let us know if this still isn't fixed as it may need a rebottling.
@MikeMcQuaid I'm pretty sure it will need a rebottling, unfortunately :disappointed:
Well, I reinstalled git but same thing.
@pires for now, you can just brew reinstall git --build-from-source.
@jawshooah thanks it worked!
Most helpful comment
Confirmed this is a bug.
libexec/git-core/git-guiandlibexec/git-core/git-cvsserveraren't being added tochanged_filesin the Tab for some reason.