SSH 公钥私钥生成不了

Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/Administrator/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Saving key "Generating public/private rsa key pair." failed: No such file or directory

《L04 微信小程序从零到发布》
从小程序个人账户申请开始,带你一步步进行开发一个微信小程序,直到提交微信控制台上线发布。
《L02 从零构建论坛系统》
以构建论坛项目 LaraBBS 为线索,展开对 Laravel 框架的全面学习。应用程序架构思路贴近 Laravel 框架的设计哲学。
最佳答案

生成 SSH Key直接复制这一句话ssh-keygen -t rsa -C "your_email@example.com" 将 your_email@example.com 替换为你的邮箱回车就可以了,不要复制这个 Generating public/private rsa key pair.它会自动出来的

6年前 评论
讨论数量: 2

生成 SSH Key直接复制这一句话ssh-keygen -t rsa -C "your_email@example.com" 将 your_email@example.com 替换为你的邮箱回车就可以了,不要复制这个 Generating public/private rsa key pair.它会自动出来的

6年前 评论

再问个问题喔,Vagrant运行失败
$ vagrant up
Bringing machine 'homestead-7' up with 'virtualbox' provider...
The executable 'powershell' Vagrant is trying to run was not
found in the %PATH% variable. This is an error. Please verify
this software is installed and on the path.

6年前 评论

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!