About 300,000 results
Open links in new tab
  1. github - How do I connect to my existing Git repository using …

    May 20, 2020 · 69 I've been using Visual Studio code for a long time, since v0.9.1. I now have run into the need to use GitHub and an online Git repository. I have the online Git repository set up …

  2. How to connect my GitHub Enterprise Account with Visual Studio …

    Oct 29, 2021 · 34 I want to know if it's possible to connect my github enterprise account of my organization to vs code, and if so how? I know how to sign in with a normal github account on …

  3. How to add a GitHub personal access token to Visual Studio Code

    Aug 13, 2021 · In Visual Studio Code, the recommended way is to use the built-in GitHub authentication instead of embedding tokens in remotes: Press F1 → "GitHub: Sign in" → …

  4. github - How to use а private repository with VSCode? - Stack …

    Apr 14, 2019 · I had trouble with cloning a private repository from Github with VSCode. In my case the problem was that I followed Github docs instructions to generate SSH keys with …

  5. Visual Studio Code - Connect to a remote Git ... - Stack Overflow

    Apr 12, 2017 · I have created a local project with Visual Studio Code that implements a local Git repository. Then I have create a Git repository on Visual Studio Online and I want to push all …

  6. How to add a new project to Github using VS Code

    All the tutorials i've seen till now shows to first create a repository on github, copy the link go to vscode and git clone it and from that on, you can do commits and pushes. Is that the right way...

  7. I have 2 GitHub accounts. How can I use both when I am working …

    Jun 28, 2020 · 120 I have 2 different GitHub accounts: A personal account for my own needs, and a company GitHub account that I manage. I use V.S. Code for both company & personal …

  8. Why my vscode github copilot extension can't connect to the server?

    Apr 1, 2023 · According to the discussion GitHub Copilot could not connect to server. Extension activation failed: "Timed out waiting for authentication provider to register" #11324 I've also …

  9. github - Visual Studio Code is always asking for Git credentials ...

    I started using Visual Studio Code, and I was trying to save my test project into GitHub, but Visual Studio Code is always asking for my GitHub credentials. I have installed in my PC GitHub …

  10. 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 …