From 57d1cff0bc1fa079eca1f56024d149a49d771db7 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 22 Jan 2014 17:41:53 +0100 Subject: [PATCH] Fixed a typo in the doc about github auth --- doc/articles/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index e30b08cf8..2fc7bb487 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -112,7 +112,7 @@ for authentication asking your username and password so it can go ahead with its Unfortunately this will not work if you enabled two factor authentication on your GitHub account and to solve this issue you need to: -1. [Create](https://github.com/settings/applications) an oauthtoken on GitHub. +1. [Create](https://github.com/settings/applications) an oauth token on GitHub. [Read more](https://github.com/blog/1509-personal-api-tokens) on this. 2. Add it to the configuration running `composer config -g github-oauth.github.com `