From 01412ae85a79cc29a0d43bd673d789510141a8bc Mon Sep 17 00:00:00 2001 From: Jay Gabriels Date: Fri, 3 Sep 2021 12:35:12 -0700 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 34750a7..38d3039 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,6 @@ $ security find-internet-password -s gitlab.com | grep "acct" | awk -F\" '{ pri ## Troubleshooting - If the `security` command does not return your token, follow this [GitHub Documentation](https://help.github.com/en/articles/caching-your-github-password-in-git). For GitHub tokens you will need to set your token as your username and set nothing as the password when prompted. For GitLab you will need to set your token for both the username and password when prompted. This will correctly store your credentials in the keychain. If you are still having problems see this [StackOverflow Post](https://stackoverflow.com/questions/31305945/git-clone-from-github-over-https-with-two-factor-authentication) -- If your GitHub account is behind 2fa follow this [Github Documentation](https://github.blog/2013-09-03-two-factor-authentication/#how-does-it-work-for-command-line-git) - If your GitHub org is behind SSO, you will need to authorize your token, see [here](https://docs.github.com/en/github/authenticating-to-github/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on) - GitHub Personal Access Token only finding public repos - Give your token all the repo permissions - Make sure your `$ git --version` is >= 2.19.0