git asking for password every time
# it will ask just one more time
git config --global credential.helper store
git asking for password every time
# it will ask just one more time
git config --global credential.helper store
git asking for password every time
# start ssh-agent to remember key
eval $(ssh-agent)
# add and save key permenantly on linux
ssh-add ~/.ssh/id_rsa
# for permeenant save on mac
vim ~/.ssh/config
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa
# write and close (:x) force close (:q!)
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