I am a new to learning and trying to clone GitHub for the first time and I got the below error.
fatal: repository 'https://akbersamnani.github.io/coursera-test/' not found
What could be the issue? and how to resolve?
I am a new to learning and trying to clone GitHub for the first time and I got the below error.
fatal: repository 'https://akbersamnani.github.io/coursera-test/' not found
What could be the issue? and how to resolve?
In case you want to clone the repository to your computer you need to use
git clone https://github.com/akbersamnani/coursera-test.git
in your terminal. You also need to have git installed, you can find installation instructions e.g. from github.
You somehow managed to get an URL for a github page.