Configuration ============= Make sure your GitHub username and API token are added to the global git config:: $ git config --global github.user $ git config --global github.token or you can specify the environment variables GITHUB_USER and GITHUB_TOKEN You can find the username and API token on your GitHub's account page.