Git client SSH Configuration on Ubuntu¶
Install git¶
1 | |
setup git¶
1 2 3 4 5 6 | |
SSH key configuration¶
1 | |
confirm key
1 2 | |
Then copying content in “id_rsa.pub” to settings > SSH keys.
Check SSH configuration
1 2 | |
Then I can clone git repository in gitlab.fabcloud.org
Trouble shooting¶
If you cannot access to remote repository, see Git - change remote URL or search error message on internet.
Last update: April 9, 2021