Post date: Apr 29, 2020 4:17:14 PM
Setting up GitKraken to work with internal git servers
So first go into file -> Prefereces -> Authentication.
You need to enable gitkraken to use local SSH agent to authenticate with git server.
In order for this to work you need to have installed pageant (part of putty)
Open Pageant to setup your key (this will also need to be open each time you want to connect)
Find the Pagaent icon on the taskbar, right click and click add key.
Navigate to your ppk file
Once this is done you need to add the new remote to your existing gitkraken repo.
Open the repo that you want to add the additional remote
Then add the ssh location of the git folder.
Once this is done, you need to double click the remote to create a local version, then you can push / branch etc.