About 58,700 results
Open links in new tab
  1. How to configure command line git to use ssh key

    May 9, 2014 · 84 When I do git pull via the command line, it always asks for my github username and password. I'd like to tell it to use the ssh key in github, and never have to worry about it …

  2. Configuring Git over SSH to login once - Stack Overflow

    Oct 20, 2009 · I have cloned my git repository over ssh. So, each time I communicate with the origin master by pushing or pulling, I have to reenter my password. How can I configure git so …

  3. git - How to get github ssh to work CORRECTLY on WSL (Windows …

    git config --global core.autocrlf input Git still works dis these steps to share credentials Configure the credential manager on Windows by running the following in a Windows command prompt …

  4. Multiple GitHub Accounts & SSH Config - Stack Overflow

    Jul 12, 2010 · I have 3 separate SSH identities in ~/.ssh/config. The one for school server has a passcode; the 2 for separate work/personal GitHub accts do not. Running git pull kept failing & …

  5. Setting up SSH keys for Bitbucket on Windows - Stack Overflow

    Apr 23, 2016 · Please follow the steps to add ssh key into bitbucket account to solve your issue. Open git bash terminal and enter the command ssh-keygen -t rsa -C "your email address"

  6. Push to GitHub without a password using ssh-key

    Apr 17, 2020 · I generated an SSH key pair without a password and added the public key to GitHub. Connection with user@dev:/var/www/project# ssh -T [email protected] Hi User! You've ...

  7. TortoiseGit with openssh key not authenticating using ssh-agent

    Nov 19, 2016 · Git or Bash is not working with ssh-agent by default, because they using it's own ssh.exe. I would like to go with system ssh.exe (for win10 it located in …

  8. git - Multiple GitHub accounts on the same computer? - Stack …

    Oct 5, 2010 · To manage a git repo under a separate github/bitbucket/whatever account, you simply need to generate a new SSH key. But before we can start pushing/pulling repos with …

  9. git - Why is github asking me username/password although I …

    Sep 21, 2017 · I have followed these instructions to set up the SSH key for github. But now when I do > git pull Username for 'https://github.com': in a repository on the local computer I have …

  10. github - How do I get git to default to ssh and not https for new ...

    Jun 26, 2012 · Set up a repository's origin branch to be SSH The GitHub repository setup page is just a suggested list of commands (and GitHub now suggests using the HTTPS protocol). …