How to Make Git Remember Your Username and Password

preview_player
Показать описание
Tired of typing in your GitHub credentials again and again every time you have to push or pull something with Git? Never type in your email and password again by using SSH to authenticate you.

Рекомендации по теме
Комментарии
Автор

the best tutuorial for setting up github ssh thanka a lot man you really helped me setup ssh for github

allxalone
Автор

tnx bro. Its hard out here for us newbies

blenderwarrior
Автор

I already have an ssh key, but the cover thumbnail image of Loki made me open this video XD

archananayak
Автор

super clear, nicely done man. thanks for sharing!

juampiagostino
Автор

Sir I have set up SSH correctly but it is still asking me for the username and password

shuvadipghosh
Автор

thanks a lot for the video it helped me
as a coding beginner it would be almost impossible to figure out how to do this by myself

paintbasedpunk
Автор

I have a question
$ git config --global credential.helper store....
Stores the credentials in plane text in home directory but ssh key also stores your private key in the plane text there

Aren't Both are equally vulnerable????

techtude
Автор

Hi sir, I did exactly what you did in this video. But when I try to install any software from github, it says again to enter my username and password. Please help me sir.

kalyankumar
Автор

can I create more than one key for another account?

sx.
Автор

Thank you very much! Im new on linux and faced this annoying problem just today. I don't like to retype!

andrac
Автор

Great tutorial, thanks for the explanation

AdalV
Автор

but whenever I refresh my computer, they still ask me my passphrase, any idea of that sir?

baotrangia
Автор

i already know this but i watched the whole video hahaaha

ckortreat
Автор

but if I close and reopen my terminal, it asks me again (ec2)

personofsomething