码迷,mamicode.com
首页 > 其他好文 > 详细

git公钥出错"//.ssh/id_rsa" failed: No such file or dir

时间:2018-01-13 00:18:19      阅读:1286      评论:0      收藏:0      [点我收藏+]

标签:blog   vpd   text   direct   create   rect   users   director   git   

简介:ssh-keygen使用时出现以下问题时,使用以管理员身份运行的“命令提示符”来生成公钥,即可解决:

C:\Users\admin> ssh-keygen -t rsa -C "2439522@qq.com"
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

标签:blog   vpd   text   direct   create   rect   users   director   git   

原文地址:http://blog.51cto.com/13523664/2060438

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!