Skip to content

Instantly share code, notes, and snippets.

@hugoarnal
Last active August 8, 2026 18:30
Show Gist options
  • Select an option

  • Save hugoarnal/5b01848c2daa2afe8781e30329eddd78 to your computer and use it in GitHub Desktop.

Select an option

Save hugoarnal/5b01848c2daa2afe8781e30329eddd78 to your computer and use it in GitHub Desktop.
Use `git clone` on AER account

Note

This guide is mostly outdated, I'd recommend using gigot instead.


Using git clone on your AER account

Create a new SSH Key

ssh-keygen

Enter a filename with path (I named mine ~/.ssh/id_aer)

Go through with the normal process

Add and authorize the SSH key

Go to https://github.com/settings/keys and add your key there

Configure SSO for it to work on other organizations

Configuring your computer

The easiest way is to add an alias like this to your shell RC file:

alias aer-clone="git clone -c \"core.sshCommand=ssh -i ~/.ssh/id_aer\""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment