Skip to content

Instantly share code, notes, and snippets.

@olivertappin
Created September 7, 2017 19:03
Show Gist options
  • Save olivertappin/0990b0d7be5ff565060a7edf6c5c3f08 to your computer and use it in GitHub Desktop.
Save olivertappin/0990b0d7be5ff565060a7edf6c5c3f08 to your computer and use it in GitHub Desktop.
Reset or install a new auth.json Composer file to authenticate without a password
composer config -g --unset github-oauth.api.github.com
composer config -g github-oauth.github.com __TOKEN__
# Generate a new token by signing into GitHub and going to Settings > Developer Settings > Personal access tokens
# Alternatively, use the following link to generate a new personal access token: https://github.com/settings/tokens/new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment