Every time I'm trying to clone a private repo I get the prompt to add my username and password.
I looked around to see what's wrong, because I added my password and didn't work, and found out that I have to use the Personal Access Token. Now every time I'm trying to clone a private repo I have to add that (or generate another) token.
Is there a way to clone a private git repo without the token? Or at least to be able to add my password instead of that token?