Skip to main content

Configure GIT

Details on cloning via SSH should be displayed there.

Enable git clone via ssh

To be able to clone via ssh from github.com, the configuration must be adapted.

Add the following lines to ~/.ssh/conf:

Host github.com
IdentityFile ~/.ssh/meshmakers

Replace IdentityFile with the name of the correct file.

Use password manager

If you are using a password manager like 1password, there is maybe a integrated solution to handle keys in a more secure way.

In this case a sample how it works in 1password.