I am getting the below error while cloning? How to fix this?
$ git clone https://github.com/xxx/yyy.git
Cloning into 'yyy'...
remote: Repository not found.
fatal: repository 'https://github.com/xxx/yyy.git/' not found
I am getting the below error while cloning? How to fix this?
$ git clone https://github.com/xxx/yyy.git
Cloning into 'yyy'...
remote: Repository not found.
fatal: repository 'https://github.com/xxx/yyy.git/' not found
Either this is the URL of a private repository, and you don't have access.
Or you do have access, but incorrect credentials are stored in a git credential helper.
or you have copied an URL with lowercase/upercase issues (the URL being case sensitive).
Since it is a private GitHub repo, all you need to do is delete your cached credentials: they will be asked again at the next git clone.