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

2022/7/23 5:25:25

本文主要是介绍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: ##回车



这篇关于windows系统下安装git后,C盘中发现没有.ssh目录的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程