Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Config file

When setting up your Git client with SSH keys you may need to create a config file in your ~/.ssh/ directory. This file contains configuration information for our BlinkMobile Hosted GitLab service. 

 

Code Block
languagephp
themeRDark
firstline1
titleconfig
Host=gitlab.blinkm.io
Hostname=gitlab.blinkm.io
Port=40022
User=git
IdentityFile=~/.ssh/id_rsa

Note: Change the value of the IdentityFile= location to the location of your SSH keys.