Skip to content

GitHub Configuration

Github Configuration

Accessing the source code

  • Install git into your system (if not installed before).
  • Generate an ssh-key if you dont have.

    ssh-keygen -t ed25519 -C "your-email@mail.com"
    

  • Add the key into your github account. (You can follow this document)

  • Configure following global variables for git.
git config --global user.email "your-email@mail.com"
git config --global [user.name](<http://user.name/>) "Your Name"
  • Request invitation to join appcircleio organization. Click join and access to organization repositories.