I am trying to clone a from a remote repository on Github to work on a code.
The command I am using is:
git clone https://github.com/appbrewery/Todoey-iOS13.git
And the error I am getting is:
remote: Repository not found.
fatal: repository 'https://github.com/Lev0071/Story.git/' not found
Why is git telling me about
Whilst Im trying to clone
How do I command my git to quit obsessing about "https://github.com/Lev0071/Story.git/" ?
Thanks