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


 

进入git界面

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

 

 

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

$ 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: ##回车

原创文章,作者:,如若转载,请注明出处:https://blog.ytso.com/tech/aiops/275927.html

(0)
上一篇 2022年7月21日 23:03
下一篇 2022年7月21日 23:36

相关推荐

发表回复

登录后才能评论