8

I've been using GitKraken for a year now with no issues. Then today I go to open it and the app immediately crashes. I have tried restarting my machine (Mac). I've tried reinstalling the app. No luck.

Matt
  • 33,328
  • 25
  • 83
  • 97
  • 2
    Try to open it from terminal, maybe you'll see some errors in the output. – streetturtle Jun 04 '18 at 14:49
  • 3
    I'd recommend getting in touch with the creators https://www.gitkraken.com/contact – evolutionxbox Jun 04 '18 at 15:20
  • Since this is a Mac you could also open the Console.app and see what messages pop up when you try to open it. I doubt anyone can help you without some diagnostic info. – pjs Jun 07 '18 at 13:43

2 Answers2

9

Somehow the .gitkraken config file got corrupted. Maybe a new update doesn't work with an old config schema? I don't know. But the way to fix it is delete the .gitkraken and let a new one get generated on the next app open. This means you will need to sign in and clone your repo again.

Steps: (Mac)

  1. Open your finder and navigate to /Users/{user}.
  2. Show the hidden files.

    CMD + SHIFT + .

  3. Delete the .gitkraken folder.

Steps: (Win)

  1. Open explorer and navigate to %appdata%.
  2. Delete the .gitkraken folder.

Then fire up the GitKraken app. Good as new.

Community
  • 1
  • 1
Matt
  • 33,328
  • 25
  • 83
  • 97
6

I would stay away from deleting .gitkraken until after you have exhausted all other avenues.

For me, opening a previous GitKraken version, running it and then waiting for it to update and restart sorted the issue for me.

So (on windows):

  1. Navigate to %APPDATA%\Local\gitkraken\app-
  2. Run gitkraken.exe from there.
  3. Wait for the gitkraken ui to prompt for update and restart
Bynho
  • 572
  • 6
  • 16