Brew: git gui broken in git 2.10.2

Created on 31 Oct 2016  路  8Comments  路  Source: Homebrew/brew

  • [x] Ran brew update and retried your prior step?
  • [x] Ran brew doctor, fixed as many issues as possible and retried your prior step?
  • [ ] If you're seeing permission errors tried running sudo chown -R $(whoami) $(brew --prefix)?

Bug reports:

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
bug

Most helpful comment

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.

All 8 comments

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.

@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!

Was this page helpful?
0 / 5 - 0 ratings