I've set up a new github account and I'm trying to clone a private repo using anaconda prompt. I've never had any issues before on old accounts. After typing the following command:
git clone https://github.com/anumana-ts/analytics.git
and typing the correct (I've confirmed this many times) username and password, I get the following error:
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/anumana-ts/analytics.git/'
Can anyone tell me what the issue is? I've created and cloned many git accounts in my time but never seen this error before. Thanks.