set git credentials so that i never ask for username and password while pushin
git config --global credential.helper store
git config --global credential.helper cache
set git credentials so that i never ask for username and password while pushin
git config --global credential.helper store
git config --global credential.helper cache
Why github ask me username/password instead of SSH authentication?
/*
* select Clone or Download and Use SSH
* You will get a URL for the SSH protocol in the form [email protected]:<user>/<repo>.git
* Then run the following command in your working tree to tell Git to use this URL instead of the current one
*/
git remote set-url origin [email protected]:<user>/<repo>.git
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us