Github Repository Authentication - Personal Access Token

Summary

  • Github will no longer accept account passwords when authenticating Git operations

  • Instead, for basic authentication you will require a personal access token to authenticate all Git operations

  • In Iguana, when you import/export channels, you will need to provide your Github username and the password would be the personal access token code

How to Setup Personal Access Token on Github

  1. Verify your email address, if it hasn't been verified yet.

  2. In the upper-right corner of any page, click your profile photo, then click Settings:

  3. In the left sidebar, click Developer settings:

  4. In the left sidebar, click Personal access tokens and Generate new token:

  5. Click Generate new token and give your token a descriptive name:

  6. Select the scopes, or permissions, you'd like to grant this token. To use your token to access repositories from the command line, select repo:

  7. Click Generate token:

  8. In Iguana, enter Github Username and Generated token as password

Video Example:


Reference:

Managing your personal access tokens - GitHub Docs

Related pages