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

    May 8, 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 again. How …

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

  3. git - How to clone a repo with a azure devops link and an ssh key ...

    Dec 19, 2023 · After above things, follow the steps I shared previously to generate the SSH keys, add the SSH public key to Azure DevOps, test the connection and run the ' git clone ' with SSH.

  4. 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 that I do not …

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

  6. How to configure git with SSH keys on Windows 10?

    In the git bash terminal type ssh-keygen -t rsa. This will generate public and private key pair Go to the location of the keys (I'd recommend using git bash for it) and open the public key (with cat, for …

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

    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 taken the …

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

  9. 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). Unless you have …

  10. SSH Key - Still asking for password and passphrase

    This will redirect git ssh-communication-related commands to plink that will use the pageant service for authentication without asking for the password again. Done!