...
You will need to create a config file in the same directory as your SSH keysyour ~/.ssh/ directory. This file contains configuration information for our BlinkMobile Hosted GitLab service.
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
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.
Testing your setup
You can test your setup by running the appropriate commands on the command line, or by adding a new remote GitLab repository path to your local Git client and testing the pull, push and commit functionality.
...