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

posted @ 2022-07-21 19:18  断浪狂刀忆年少  阅读(991)  评论(0编辑  收藏  举报