I have installed the git command line. Every time I try to clone a repo I get an authentication error.
fatal: Authentication failed for ....
It works on my mac but not on my windows laptop. Does anyone have an idea?
I have installed the git command line. Every time I try to clone a repo I get an authentication error.
fatal: Authentication failed for ....
It works on my mac but not on my windows laptop. Does anyone have an idea?
you can use code in command line
git clone https://username@example.com/.../project_name.git
or
git clone https://username:password@example.com/.../project_name.git