When using this server, the following configuration snips will be useful.
These config files should be in these default locations:
Tool | Location |
---|---|
SSH | ~/.ssh/config |
Git | ~/.gitconfig |
Maven | ~/.m2/settings.xml |
Depending on your system, your home folder (~) may be located somewhere other than /usr/home/<username>/. For your convenience, we have listed a few known systems below.
System | Home Folder |
---|---|
macOS | /Users/<username>/ |
Solaris | /export/home/<username>/ |
Haiku | /home/ |
Windows | C:\\Users\\<username>\\ |
Others | Please refer to your system’s documentation. |
Before you can commit using SSH, you need to import your SSH public key to your GitLab account: SSH Keys
Host mc.felinewtih.me HostName mc.felinewith.me User git
[user] name = My Name email = [email protected] [core] excludesfile = ~/.gitignores_global