Cloud - Github Setup

Follow the steps below to configure your IguanaX Git settings with GitHub cloud service.

In IguanaX, go to Settings > Git. For each step, click on the Screen Shot 2024-04-16 at 11.01.45 AM.png button to set your configurations.

Git requires a name and email to label your commits. We recommend you use an email address recognized by your GitHub so you can trace your commits in it.

author-info.png

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

Select github.com (Cloud - GitHub) from the list of Git Servers.

IguanaX needs to have the ability to create Git repositories on GitHub. This means we need to create an access token with the correct permissions. Iguana will use the token to authenticate with GitHub.

  1. Go to https://github.com/settings/tokens/new to create a new personal access token in Github.

  2. In GitHub, enter a Note, Expiration, and grant the Scopes listed in the Set Server Token Window. Click Generate Token.

  3. Copy the generated GitHub access token and paste it in your IguanaX Server Token setting. GitHub will only show you this once - if you forget it you will need to generate a fresh one.

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

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

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

 

Â