Home > Software design >  Cannot clone a repository in VSCode
Cannot clone a repository in VSCode

Time:03-13

The VSCode step git clone isn't working.
I created a repository, then I uploaded files to it and try to clone it.

error

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'...

CodePudding user response:

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.

  • Related