Created
September 7, 2017 19:03
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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