github 每次需要输入passphrase for key id_rsa 的解决办法

前端之家收集整理的这篇文章主要介绍了github 每次需要输入passphrase for key id_rsa 的解决办法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
    $ ssh-keygen -p

终端提示

Enter file in which the key is (/Users/wengf/.ssh/id_rsa):  # 这里直接回车
Enter old passphrase: // 输入密码
Enter new passphrase (empty for no passphrase): // 新密码直接回车
Enter same passphrase again:
Your identification has been saved with the new passphrase. // Ok

参考 :

原文链接:https://www.f2er.com/github/413950.html

猜你在找的GitHub相关文章