I have installed git and git-gui with the following commands:
brew install git
brew install git-gui
git config --global --add alias.gui '!sh -c '/usr/local/opt/git/libexec/git-core/git-gui''
Now when I run gitk
I am getting some error that I am not able fix:
objc[74842]: autorelease pool page 0x7fa2240a4000 corrupted magic 0x71fbbca0 0x00007fff 0xb6d20633 0x00000000 should be 0xa1a1a1a1 0x4f545541 0x454c4552 0x21455341 pthread 0x0 should be 0x111da9dc0 Abort trap: 6
Can anyone help me on this. Thanks in advance!