Visual Studio Code: unable to open Git repository in on-prem DevOps -- [Question Asked]

Query asked by user

I am able to open a GIT repository on our on-prem DevOps using the browser, but when trying to clone using VSC I get a prompt for destination folder and for credentials (good!) and then this error.

git clone https://******/tfs/KIT%20Testonly/KIT%20Testonly%20Git/team d:\M2Dev\GitTest\ --progress
fatal: repository 'https://******/tfs/KIT%20Testonly/KIT%20Testonly%20Git/' not found

I tried a few variants like suffixing /team but that makes no difference.

VSC error

Answer we found from sources

According to Microsoft Documentation, you need to obtain the git clone URL from the web page, not the browser’s address bar.

Image from Microsoft

Answered By – iBug

This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0

Posted in Git

Who we are?

We are team of software engineers in multiple domains like Programming and coding, Fundamentals of computer science, Design and architecture, Algorithms and data structures, Information analysis, Debugging software and Testing software. We are working on Systems developer and application developer. We are curious, methodical, rational, analytical, and logical. Some of us are also conventional, meaning we're conscientious and conservative.

Answer collected from stackoverflow and other sources, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0