Когда я загружаю gitk, я получаю сообщение об ошибке ->
Error in startup script: 58:102: execution error: System Events got an error: Application isn’t running. (-600)
while executing
"exec osascript -e [format {
tell application "System Events"
set frontmost of processes whose unix id is %d to true
end te..."
invoked from within
"if {[tk windowingsystem] eq "aqua"} {
exec osascript -e [format {
tell application "System Events"
set frontmost of processes ..."
(file "/usr/local/bin/gitk" line 12212)
Моя версия git - 2.17.1, а моя версия Mac OS - 10.13.6.
Есть идеи как это исправить?