DEV Community

Discussion on: Do you clone Git repos via HTTPS or SSH?

Collapse
 
anortef profile image
Adrián Norte

SSH Key because I have 2FA and HTTPS doesn't usually work well with it and second strong point is I am too lazy to input the pwd every time.

Collapse
 
itsjzt profile image
Saurabh Sharma

I think git for windows uses windows credential manager so I only need to enter password once per git install or if I want to change my github profile

Collapse
 
fmohican profile image
Fmohican

yup you're right