About 243,000 results
Open links in new tab
  1. git - Clone GitHub repository in VSCode - Stack Overflow

    Jul 11, 2016 · Alternatively, if you are trying to trigger the cloning from an extension code, use the built-in VS Code command git.clone with the repo url as the only argument.

  2. Where is VS Code cloning a git repository? - Stack Overflow

    Feb 17, 2025 · As a side note, if you clone a repository from VS Code bash without supplying a destination directory, the repo is always cloned in the user's folder, even if git.defaultCloneDirectory …

  3. How do I clone a private git repo with ssh in vscode?

    Jun 2, 2020 · I have been using Vscode for quite some time and i always setup ssh using git bash which is easier. I clone a project into my workspace using git bash and then open it with vscode. As far as I …

  4. How do I connect to my existing Git repository using Visual Studio Code?

    May 20, 2020 · Another option is to use the built-in Command Palette, which will walk you right through cloning a Git repository to a new directory. From Using Version Control in VS Code: You can clone a …

  5. github - Git: Clone Missing in VS Code - Stack Overflow

    Jan 27, 2022 · The OP AnaBee reports making it work after a git init, and following "Git missing in VS Code – No source control providers": Open Visual Studio Code, click left-bottom ⚙️ (gears) and …

  6. git - How to use BitBucket with VS Code? - Stack Overflow

    Mar 12, 2020 · Try following steps, Create a new repository in bitBucket Copy, clone URL Open the VS code and Click "New Window" in the File menu Click "clone repository" under Start in the Welcome …

  7. Git missing in VS Code – No source control providers

    Oct 6, 2017 · I just installed Visual Studio Code 1.17 and opened a Git repository folder. When entering the Source Control tab I see a message "There are no active source control providers". I thought Git …

  8. How to Connect Visual Studio Code with Azure GIT Repo

    May 20, 2021 · To connect VS Code with Git repository from Azure Repos, you can try like as below: If you want push you local code to a new Git repository on Azure Repos. Create an empty Git …

  9. git - Cannot clone a repository in VSCode - Stack Overflow

    Mar 12, 2022 · 2 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 …

  10. How to use а private repository with VSCode? - Stack Overflow

    Apr 14, 2019 · 1 If Git is already installed Copy the URL of your private repository Go to the version control in VS Code Click on clone repository (authentication required if not done already) and Paste …