Search code examples
gitgithub

Git Clone - Repository not found


git clone <url>

gives the message fatal: repository 'url' not found

I tried the options in the link, but it didn't work.


Solution

  • If you are using two factor authorization (2FA) for your Github account then just use SSH option for cloning your repository:

    enter image description here