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

前端 未结 15 1684
暖寄归人
暖寄归人 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:20

    I think this solution should work:

    • Since Private repo is moved to paid plan after v6.5.1 so make sure you download an earlier version (For example Windows: 5.0.4 - Change version number to any desired one)

    • If you had a newer version installed, get rid of it like this:

      • Uninstall that version
      • Go to C:/Users/USERNAME/appdata/local/ and remove GitKraken
      • Go to C:/Users/USERNAME/appdata/roaming/ and remove .gitkraken
    • Install the selected older version

    • Go to C:/Users/USERNAME/appdata/local/gitkraken and rename Update.exe to Update_.exe (Don't remove it. Needed for uninstalling)

    • Use it

    Note: I had issues with some repos even with this solution and that could be because gitkraken saves config file in the repo (which is not shared with remote). So make sure you remove the local project and get it from remote again.

    (Note: Newer version definitely adds more features. You may want to purchase a license to be updated and fine, as well as supporting the company)

提交回复
热议问题