美文网首页
github 每次需要输入passphrase for key

github 每次需要输入passphrase for key

作者: bug喵 | 来源:发表于2020-02-22 17:00 被阅读0次

    cd ~
    ssh-keygen -p
    (重设密码)
    Enter file in which the key is(默认是第一个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.
    (大功告成!)

    相关文章

      网友评论

          本文标题:github 每次需要输入passphrase for key

          本文链接:https://www.haomeiwen.com/subject/qmnlqhtx.html