'Cannot clone a repository in VSCode
The VSCode step git clone isn't working.
I created a repository, then I uploaded files to it and try to clone it.
Git log
**[2022-03-12T18:20:41.605Z]** > git clone https://github.com/user/repo.git d:\projects\python\repo--progress [126ms]
**[2022-03-12T18:20:41.605Z]** Cloning into 'd:\projects\python\repo'...
Solution 1:[1]
Check first if the same clone would work from command lien outside of VSCode.
An issue like microsoft/vscode issue 58910 illustrates possible causes, like a VMware Carbon Black product or other Windows updates.
But first, make sure you have the latest VSCode and Git For Windows.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | VonC |

