Andrew Krasnov
Andrew Krasnov

Reputation: 21

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.

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

Upvotes: -1

Views: 14280

Answers (1)

VonC
VonC

Reputation: 1323115

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.

Upvotes: 2

Related Questions