Hi Folks.
Developing on Windows 10 Pro, VS 2019 Community, C++. I keep current on updates.
This is a Git problem, I'm here because I'm trying to load a solution with the VS "Git" menu. Feel free to send me somewhere more appropriate.
I'm having trouble getting Virtual ListView, owner draw, stuff working, so I tried to download the sample code on the Git server.
I found this link on Microsoft's About List-View Controls.
I'm not familiar with Git. After a couple of YouTube tutorials, it looks like I first need to clone the repository and it will be copied to my computer.
The link in the ListView documentation takes me to this page:
I click on Visual Studio's Git button and get this screen:
I'm getting this error:
-----------------------------
Cloning into 'E:\learn\win32\listview\2021_07_04_2_owner_draw\code2'...
Error encountered while cloning the remote repository: Git failed with a fatal error.
repository 'https://github.com/microsoft/Windows-classic-samples/tree/master/Samples/Win7Samples/winui/controls/common/vlistvw/' not found
-----------------------------
The link I used to find the repository on the Git repository isn't serving as the repository location for the clone request.
What am I doing wrong?
Thanks
Larry