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

    May 20, 2020 · I have recently come to realize I can save myself a step with using Visual Studio Code to do both: to edit my code, then send it up to the online repository. I am very new to the …

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

    Oct 29, 2021 · Here's what worked for me on vs code 1.62.3. Clone the GitHub Enterprise repo outside of vs code (ie, using git cli in a terminal or GitHub Desktop). In vs code, open the folder …

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

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

    Jun 28, 2020 · 119 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 …

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

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

  8. Cannot sign in with GitHub in VSCode - Stack Overflow

    Feb 27, 2024 · VS Code would have the infinite Signing into github.com thing in the bottom right but would eventually time out and fail auth. The fix was to install chrome, set it as my default …

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

  10. How to publish an organization repository in Github using VSCode

    May 12, 2021 · The built-in VS Code GitHub extension does not currently (in 2024) have the ability to publish a local repository to an organization. But you can easily create an …