安装git后没有.ssh目录

时间:2022-03-14 14:30:09
在windows7下安装git后,运行 cd ~/.ssh
$ bash: cd: /c/Users/Administrator/.ssh: No such file or directory
出现以上问题,原因:在windows7下安装git后没有ssh

zpl@Zou-PC MINGW64 ~
$ ssh-keygen -t rsa -C "zhoupenglin@sunniwell.net" ##然后敲回车##
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/zhuxf/.ssh/id_rsa):##然后敲回车##
Created directory '/c/Users/zhuxf/.ssh'.
Enter passphrase (empty for no passphrase):##然后敲回车##
Enter same passphrase again:##然后敲回车##
Your identification has been saved in /c/Users/zhuxf/.ssh/id_rsa.
Your public key has been saved in /c/Users/zhuxf/.ssh/id_rsa.pub.
The key fingerprint is:
SHA256:W5EdUQ1CYtH1prRPF9DLkeRhTlZalj09FdlozKB01X0 zhoupenglin@sunniwell.net
The key's randomart image is:
+---[RSA 2048]----+
|          =+BXB%^|
|         o *.o%&E|
|          + ..++O|
|           . . *.|
|        S .   o o|
|         o     o.|
|        .       .|
|                 |
|                 |
+----[SHA256]-----+


zpl@Zou-PC MINGW64 ~
$ cd ~/.ssh


zpl@Zou-PC MINGW64 ~/.ssh
$ ls
id_rsa  id_rsa.pub


zpl@Zou-PC MINGW64 ~/.ssh
$