系统相关
首页 > 系统相关> > windows系统下安装git后,C盘中发现没有.ssh目录

windows系统下安装git后,C盘中发现没有.ssh目录

作者:互联网

 

进入git界面

 

 

解决办法是: 输入第一行指令全部留空即可,一路回车

$ ssh-keygen -t rsa -C “邮箱地址” ##回车


Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/Administrator/.ssh/id_rsa): ##回车
Created directory ‘/c/Users/Administrator/.ssh’.
Enter passphrase (empty for no passphrase): ##回车
Enter same passphrase again: ##回车

标签:git,windows,rsa,##,C盘,ssh,passphrase,Enter,回车
来源: https://www.cnblogs.com/TodayWind/p/16503152.html