Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I sign out of the GitKraken client?

I'm using a public computer and I can't figure out how I can sign out my account in the desktop client for Ubuntu. I can't find a logout button. My GitKraken account is connected to GitHub, and I need a way to sign out.

like image 240
Julio Avatar asked Nov 21 '18 16:11

Julio


People also ask

Can I use GitKraken without account?

GitKraken Stand-Alone is built for enterprises of 10+ who work in a disconnected development environment. You get all the same core GitKraken features, along with these additional benefits: For use without internet. No account creation required.

Is GitKraken client free?

GitKraken Client can be used for free with publicly-hosted repositories. If you are working with privately-hosted repositories, you will need a paid plan.

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 do I use GitKraken?

Install GitKrakenOpen it, and sign in using the credentials you used to sign up for a GitHub account. When connecting GitHub to GitKraken, make sure that the authorization is performed on either Chrome or Firefox and not on Internet explorer. Once you sign in, GitKraken will take you to it's welcome screen.


2 Answers

For macOS and Unix-like:

rm -rf ~/.gitkraken should do the trick.

I couldn't find any UI to do it otherwise.

Btw it removes all profiles and conf

like image 92
itMaxence Avatar answered Sep 19 '22 14:09

itMaxence


I just ran into this issue myself and I seem to have found a workaround for it.

Exit GitKraken and go to the AppData folder and delete the GitKraken profile. e.g. Go to C:\Users\yourusername\AppData\Roaming\.gitkraken\ and delete the profiles folder. When you restart GitKraken, you should be signed out and can then sign in to a new account.

like image 26
monkeyninja Avatar answered Sep 19 '22 14:09

monkeyninja