学无先后,达者为师

网站首页 编程语言 正文

MacOS git pull / git clone Enter passphrase for key /Users/xxx/.ssh/id_rsa

作者:Johnston_man 更新时间: 2022-03-03 编程语言

Enter passphrase for key 每次都要输入密码的解决办法

ssh-add ~/.ssh/id_rsa
 

可以通过以下命令重新设置密码,直接回车设置为空,就不用再输入了
 

ssh-keygen -p

原文链接:https://blog.csdn.net/Johnston_man/article/details/121016663

栏目分类
最近更新