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

前端 未结 15 1722
暖寄归人
暖寄归人 2021-02-03 23:53

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:

Anyone got a solution of how to

15条回答
  •  悲哀的现实
    2021-02-04 00:08

    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

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

提交回复
热议问题