Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gitkraken stuck at opening repo

Tags:

git

gitkraken

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

like image 384
Soli Avatar asked Mar 30 '17 05:03

Soli


People also ask

Why is GitKraken so slow?

Perfomance issues in GitKraken Client are often related to a specific repository. Some large or complex repositories with many references may cause GitKraken Client to slow down.

How do I open a GitKraken repository?

If you're coming from a Git project you already have locally, navigate to File > Open Repo to get started immediately in GitKraken Client.

How expensive is GitKraken?

Even GitKraken's most expensive license—GitKraken Enterprise—starts at just $8.95 per user per month (billed annually).

Do I need to install git to use GitKraken?

If you are attempting to use GitKraken Client with a repository owned by a different individual, consider forking their repository to use GitKraken Client for your changes. Otherwise this other individual will need to first install GitKraken Client and connect it to GitHub to authorize GitKraken.


1 Answers

Close gitkraken and go to your home directory. Delete the hidden folder ".gitkraken". The folder ".gitkraken" will be created automatically upon restart. This solution works for me.

For mac and linux users: rm -r ~/.gitkraken

like image 74
yoeunes Avatar answered Oct 02 '22 16:10

yoeunes