我正在尝试使用 msysgit 创建我的公钥/私钥 rsa 密钥对
我运行这个命令:
ssh-keygen -C "email@email.com" -t rsa
一切看起来都很好,我有消息
Enter file in which to save the key (/c/Users/user/.ssh/id_rsa)
然后我得到确认:
Your public key has been saved in project.pub
但我无法访问该文件夹!它不存在,甚至不是隐藏文件夹。我不明白为什么它不生成。我正在使用 Windows 7 旗舰版。