so I'm trying to clone a git repository but it keeps throwing an error about a failed authentication..
Here is the error:
$ git clone https://url...
Cloning into 'repo'...
fatal: Authentication failed for 'https://url...'
I've checked my configs and the username and password for the repositry are correct but somehow the clone doesn't work.
Any tips on what I can do right now?