/
Troubleshooting

Troubleshooting

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. 

 

config
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.