I am trying for the first time to download a Git repository to Visual Studio 2019 using VS Clone. I am getting
Cloning into 'C:\Users\Charles\Source\Repos\FingerprintGuide'...
Error encountered while cloning the remote repository: Git failed with a fatal error.
repository 'https://github.com/xamarin/monodroid-samples/tree/master/FingerprintGuide/' not found
The folder certainly exists as anyone can verify. I am signed into Git from a Web browser outside of Visual Studio. Visual Studio Git Options has my correct Git user name and e-mail.
What might I be doing wrong? As I say, I am new to Git, so it might be something obvious.