Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gitkraken white screen can not be used

Tags:

gitkraken

Gitkraken white screen, every few seconds will return to the original, then will continue to white screen and VScode expansion host unexpectedly terminated:

enter image description hereenter image description here

like image 520
iAspace Avatar asked Jun 04 '17 12:06

iAspace


People also ask

Could not find a compatible repository at GitKraken?

I receive a "Could not find a compatible repository" for one of my repos. How can I fix that? That error usually indicates something is stopping GitKraken from opening the repo. If you have this project open in another tool, such as an IDE, try closing that application and then relaunching GitKraken Client.

Do I need git for GitKraken?

No Git tools are required for GitKraken Client, so once you've run the installer, you can open the app and get going. If you want to utilize additional features such as the terminal or LFS, download git-scm .

How to signout from GitKraken?

There is no 'Logout' in the GitKraken app.

Is GitKraken safe to use?

✅ Our security analysis didn't find any cloud or infrastructure risks, which means that GitKraken Boards should be safe to use and relatively protected against cyber-attacks and data breaches caused by hackers.


2 Answers

I had the same problem, I could open a fresh new repository but my usual one crashed gitkraken in the exact same fashion.

I solved it by guessing it was the display rendering of all the branches that messed up and by chance found the cause : In Preference->UI Preference, uncheck the "Show toolbar icon label" and try again.

like image 89
ykmartinez Avatar answered Nov 11 '22 17:11

ykmartinez


Ok, I had the same issue. I am running WIN 10 and a NVidia graphic card. I am not sure the problem, but it has to do with the graphics card. I had to go into the NVidia control panel for 3D and told it to use the integrated video card for GitKraken. This was also causing my Visual Studio Code not to run and that fixed it also (there is a --disable-gpu for VC).

like image 32
Maccurt Avatar answered Nov 11 '22 17:11

Maccurt