git公钥出错"//.ssh/id_rsa" failed: No such file or dir
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git公钥出错"//.ssh/id_rsa" failed: No such file or dir相关的知识,希望对你有一定的参考价值。
简介:ssh-keygen使用时出现以下问题时,使用以管理员身份运行的“命令提示符”来生成公钥,即可解决:
C:\Users\admin>
ssh-keygen -t rsa -C "[email protected]"
Generating public/private rsa key pair.
Enter file in which to save the key (//.ssh/id_rsa):
Could not create directory ‘//.ssh‘: Read-only file system
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Saving key "//.ssh/id_rsa" failed: No such file or directory
原因:主要是因为其中有句描述:“Could not create directory ‘//.ssh‘: Read-only file system”,表明改文件是只读的,即没有写的权限。
解决办法: 以管理员身份运行“命令提示符,之后重新使用“命令提示符”来生成ssh-key
1.win10:
2.win7:
单击“开始”按钮,再选择“所有程序”,选择“附件”,再选择“命令提示符”命令,从弹出的菜单中选择“以管理员身份运行”命令。
以上是关于git公钥出错"//.ssh/id_rsa" failed: No such file or dir的主要内容,如果未能解决你的问题,请参考以下文章
git公钥出错"//.ssh/id_rsa" failed: No such file or dir
使用 Laravel Homestead:“没有指定输入文件”