About 902,000 results
Open links in new tab
  1. Changing the Git user inside Visual Studio Code

    git config user.email "[email protected]" if you have multiple VS code windows open. you could check the current git user in terminal by typing in. git config user.email if the output email is not …

  2. Remote Development using SSH - Visual Studio Code

    The Visual Studio Code Remote - SSH extension allows you to open a remote folder on any remote machine, virtual machine, or container with a running SSH server and take full …

  3. Use GitHub with SSH - Complete guide including VSCode setup

    Jan 24, 2023 · VS Code works most easily with SSH keys without a passphrase. To use SSH Git authentication with VS Code, you have to launch VS Code from a Git Bash prompt to inherit its …

  4. Visual Studio Code Remote SSH uses Windows username instead of username ...

    Oct 27, 2019 · I'm using Visual Studio Code on Windows 7, along with Microsoft's Remote SSH extension. I added new remote host, and saved configuration in ssh_config file. When I open …

  5. Sharing Git credentials with your container - Visual Studio Code

    First, you should ensure that SSH agent forwarding is enabled on the host. Search for the AllowAgentForwarding option in sshd_config (usually located at /etc/ssh/sshd_config or …

  6. How to Add GIT Credentials in VS Code? - GeeksforGeeks

    May 6, 2024 · Steps to Add GIT Credentials in VS Code. Step 1: Download git from the official website https://git-scm.com and install it. Step 2: When you're finished installing Git, start …

  7. Visual Studio Code is always asking for Git credentials

    which GItHub URL you're using? a HTTP or GIT (SSH)? If you're using HTTP URL you must include the user and password in the URL. You better use the GIT URL and add your public …

  8. How to set up Visual Studio Code Remote SSH with GitHub

    Jan 23, 2022 · All you need are git, GitHub account, Visual Studio Code, and a remote development extension then set up a server and configure SSH. This tutorial uses Debian 11 …

  9. Step-by-Step: Configuring EC2, SSH-Enabled Git, and ... - Medium

    Feb 9, 2024 · This project walks you through installing Git with SSH for secure code sharing, setting up an EC2 instance on Amazon Web Services (AWS), and connecting it to Visual …

  10. Remote Development Tips and Tricks - Visual Studio Code

    Windows: The specific expected permissions can vary depending on the exact SSH implementation you are using. We recommend using the out of box Windows 10 OpenSSH …

  11. Some results have been removed
Refresh