[MacPorts] #52703: git: git-gui crashing
MacPorts
noreply at macports.org
Wed Nov 30 23:43:47 CET 2016
#52703: git: git-gui crashing
---------------------+--------------------
Reporter: mkae | Owner: ci42
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: sierra
Port: git |
---------------------+--------------------
Comment (by stevenwei):
This has been reported in a few other places:
http://stackoverflow.com/questions/39833961/git-gui-crashes-on-mac-
os-x-sierra
https://github.com/git/git-scm.com/issues/853
Seems related to a broken version of Tk 8.5 that shipped with Sierra. I
worked around this by installing Tk 8.6.6 via MacPorts, and then
reinstalling Git:
{{{
sudo port uninstall git
sudo port install tk
sudo port install git
}}}
So far it seems to be working again.
--
Ticket URL: <https://trac.macports.org/ticket/52703#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list