Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BNSby/a03a2cb3bba0804aa45230830135beaa to your computer and use it in GitHub Desktop.
Save BNSby/a03a2cb3bba0804aa45230830135beaa to your computer and use it in GitHub Desktop.
GitKraken open Private Repository
Installing older version of Gitkraken is the only solution I guess to work on private repo if you want it for free and without student developer pack.
From the release notes, the last version to support private repo is v6.5.1.
@BNSby
Copy link
Author

BNSby commented Nov 1, 2022

Installing older version of Gitkraken is the only solution I guess to work on private repo if you want it for free and without student developer pack.

From the release notes, the last version to support private repo is v6.5.1.

Download link:

For windows: https://release.gitkraken.com/win64/GitKrakenSetup-6.5.1.exe

For linux: https://release.axocdn.com/linux/GitKraken-v6.5.1.deb

For mac: https://release.axocdn.com/darwin/GitKraken-v6.5.1.zip

AND

Block IP Address for updating

For MacOS
echo "127.0.0.1 release.gitkraken.com" >> /private/etc/host
OR
sudo nano /private/etc/hosts
and edit

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment