gitgitkraken

Gitkraken stuck at opening repo


Every time I open gitkrarken it gets stuck at opening repo icon. I can't open/clone/init repo. I heard some others have the same problem but no one seems to know why this is happening and what the solution is. Can anyone help with this?

UPDATE 1 Reinstalled it. Still having the same problem


Solution

  • A possible solution for resolving this issue with GitKraken is to delete the hidden folder .gitkraken located in your home directory (macOS/Linux) or the %APPDATA% directory (Windows). Keep in mind that this action will reset all of your GitKraken settings and preferences.

    For macOS and Linux users:

    1. Close GitKraken.
    2. Open Terminal.
    3. Execute the following command to delete the folder:
      rm -rf ~/.gitkraken
      
    4. Restart GitKraken.

    For Windows users:

    1. Close GitKraken.
    2. Press Win + R to open the Run dialog box.
    3. Type %APPDATA% and press Enter. This should open the C:\\Users\\%USERNAME%\\AppData\\Roaming folder.
    4. Locate and delete the .gitkraken folder.
    5. Restart GitKraken.