Search code examples
gitlabgitkraken

GitKraken won't let me open my Private Repository on GitLab


So, in addition to GitKraken won't let me clone from a private repo on GitHub I get this screen when opening my GitLab Repo:

notification I get after opening my Repo

Anyone got a solution of how to make my Repo 'non-private' or how to make GitKraken let me open this without the Pro Plan?

Already tried:

  • Generating new SSH Key in GitKraken
  • Removing Repo, Generate new GitLab connection, Clone Repo
  • Checked GitLab: GitKraken is an Authorized applications
  • Git Pull via command line gives no trouble, so no permission issue
  • ...

Solution

  • 6.5.1 is the last version to support private repo. You can see the release details at this link https://blog.axosoft.com/gitkraken-v6-0/#pricing-changes OR https://support.gitkraken.com/release-notes/6x/

    And you can also download it (Mac version) from Axosoft https://release.axocdn.com/darwin/GitKraken-v6.5.1.zip OR https://release.gitkraken.com/darwin/GitKraken-v6.5.1.zip

    I not sure how to turn off the automatic update function, so if you turn off GitKraken completely and reopen it, it will update to the latest version.

    =======

    Updated

    Block IP Address for updating

    For MacOS

    echo "127.0.0.1 release.gitkraken.com" >> /private/etc/hosts

    enter image description here

    1. Windows 10 – “C:\Windows\System32\drivers\etc\hosts”
    2. Linux – “/etc/hosts”
    3. Mac OS X – “/private/etc/hosts”