Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GitKraken is very slow since macOS Big Sur update

Since I upgraded to Big Sur, everything seems really slow on Gitkraken (checkout, pull/push, commits...)

I tried reinstalling it but it didn't change.

like image 828
Hugo H Avatar asked Nov 20 '20 07:11

Hugo H


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.

Why is macOS Big Sur 11.4 so slow?

Chances are if your computer has slowed down after downloading Big Sur, then you are probably running low on memory (RAM) and available storage. Big Sur requires big storage space from your computer because of the many changes that come with it. Many apps will become universal.

Are there problems with macOS Big Sur?

We're also seeing complaints about long download times, lag, Touch ID issues, issues with first and third-party apps including Box Drive, iMessage issues, Wi-Fi problems, Bluetooth problems, lockups, freezes, and crashes. The macOS Big Sur update is also bricking some older MacBook models.


Video Answer


1 Answers

Edit Feb 16 2022:

Axosoft released 8.3 version of Gitkraken which seems to fix the issue:

Mac users will get optimal performance without needing to run the 'Big Sur workaround' from a terminal, which had been required to fix the partial signature issue introduced in macOS Big Sur.

Previous answer:

I got an answer from their support, saying I have to run

codesign --remove-signature /Applications/GitKraken.app/Contents/Frameworks/GitKraken\ Helper\ \(Renderer\).app 

And everything is now working smoothly again. Yay!

Here is their full answer:

Thank you for using GitKraken! This is currently a known issue with the new Mac Big Sur OS.

As a workaround, consider running the following command in your terminal: codesign --remove-signature /Applications/GitKraken.app/Contents/Frameworks/GitKraken\ Helper\ (Renderer).app

This temporary workaround removes the GitKraken Signature (making it a partially-signed app) which means if you update GitKraken you will need to do this again. However, this should help with the performance for now while we wait for Apple to address this issue.

like image 129
Hugo H Avatar answered Nov 16 '22 01:11

Hugo H