Github with automatic user and password

Asked

Viewed 544 times

-1

How to make git memorize user and password, so you don’t have to type every time you upgrade to a project?

  • Is your email configured? example git config --global user.email "[email protected]" ?

  • Yes, and still ask for email and password

  • 1

    This probably resolves https://git-scm.com/docs/git-credential-store

  • Only use SSH instead of HTTPS you will not need to enter password.

  • @Guillhermenascimento resolved

1 answer

0


Browser other questions tagged

You are not signed in. Login or sign up in order to post.