Details

Fatal: Git Clone - Repository not found

To resolve the fatal: repository 'url' not found error, run the following command

git clone https://username@github.com/REPO_NAME/repo.git

or

git clone https://username:password@github.com/REPO_NAME/repo.git

Be sure to replace the username and password with your actual credentials!