SSH Key - Still asking for password and passphrase

后端 未结 30 1389
孤街浪徒
孤街浪徒 2020-11-27 08:35

I\'ve been somewhat \'putting up\' with Github always asking for my username and password when I clone a repository. I want to bypass this step because it is an annoyance w

30条回答
  •  Happy的楠姐
    2020-11-27 09:22

    As explained in Cloning a Git repo from VSTS over SSH asks a password! Unexpected

    The problem may be because of public key authentication failing, so it then asks for mycompany account's password.

    This would not happen if the public key authentication succeeded.

    So you might check id_rsa.pub and even create a new one.

提交回复
热议问题