Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAQ: I try to connect to Git or use your tools but Git don't want to let me do... What happening ? #Credential #22

Open
EloiStree opened this issue May 30, 2020 · 0 comments

Comments

@EloiStree
Copy link
Owner

EloiStree commented May 30, 2020

In previous workshop and project, I have always the same question(s).
image

  1. Check that git is install
  2. Check that git\bin path is in your "environment variable"
  3. Change your "credential manager"
    • Press window
    • Search "credential manager"
    • Go in Windows Credentials
    • Remove all old, other users or not use credentials linked to Git.
  4. Push your code in git, or else.
  5. Window ask you your password and will save it in credential manager
  6. Done 🍻.

If it is not enough, you can use this commands:

  • git config credential.helper "" To remove the window helper that fit the password for you
  • git config credential.helper cache to reactivate the window helper.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant