Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleSTEP 1: Author Info - enter Enter a name and email to be used to label your commits

Git requires a name and email to label your commits. We recommend you use an email address recognized by your Git cloud host so you can trace your commits in that cloud service.

Screen Shot 2024-04-15 at 1.20.49 PM.png

We also use this Author Info to help Identify your Iguana so if you have problems we can help you!

Expand
titleSTEP 2: Cloud Service - choose Choose GitHub

Select GitHub from the dropdown.

Screen Shot 2024-04-15 at 1.21.18 PM.png
Expand
titleSTEP 3: Cloud Token - In GitHub, generate a personal access token used perform necessary actions (ie. app password)for Iguana to authenticate
Screen Shot 2024-04-15 at 2.21.57 PM.png
  • Grant the following Scopes and click Generate Token:

Screen Shot 2024-04-15 at 2.17.31 PM.pngScreen Shot 2024-04-15 at 2.17.55 PM.png
  • Copy the generated GitHub access token and paste it in your Iguana X Git Cloud Token setting.

Screen Shot 2024-04-15 at 2.29.30 PM.png
Expand
titleSTEP 4: Key Pair SSH - generate Generate a public-private key pair for SSH authentication with GitHub

In Key Pair SSH, use the Generate button to have Iguana generate a private key pair for you. For more information on SSH see: How does Iguana X use SSH?

Screen Shot 2024-04-15 at 2.31.27 PM.png
Expand
titleSTEP 5: Cloud SSH - register Register your public key with your cloud hostGitHub

In Cloud SSH, click Register to have Iguana register your public key with Github.

Screen Shot 2024-04-15 at 2.42.31 PM.png

All Done!

You can see your registered public key in your GitHub account Settings > SSH and GPG keys (under Access)

...