Enter passphrase for key ‘/c/Users/**/.ssh/id_rsa‘ 解决办法!
Posted 佳明Ryan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Enter passphrase for key ‘/c/Users/**/.ssh/id_rsa‘ 解决办法!相关的知识,希望对你有一定的参考价值。
先创建SSH Key
ssh-keygen -t rsa -C "youremail@example.com"
在生成SSH Key时,如果不小心设置了passphrase,使用SSH协议克隆远程仓库时,在每次git pull和git push时都会提示 Enter passphrase for key '/c/Users/gf115/.ssh/id_rsa'
,每次都要手动输入密码才能继续操作,可以在命令行输入ssh-keygen -p
进行重新设置,直接回车输入为空,就没有密码了。
然后在git里添加一下公钥!
下面是具体步骤:
将C盘里面.ssh 里面的id_ras.pub文件复制到git公钥里面即可!
测试一下,发现直接不用密码就可以克隆远程仓库的文件了!
以上是关于Enter passphrase for key ‘/c/Users/**/.ssh/id_rsa‘ 解决办法!的主要内容,如果未能解决你的问题,请参考以下文章
git push 之 Enter passphrase for key '/Users/MYNAME/.ssh/id_rsa'
Git Enter passphrase for key ‘/c/Users/***/.ssh/id_rsa‘ 解决方法(mac windows都适用)
Cloning failed using an ssh key for authentication, enter your GitHub credentials to access private