在Windows中设置多个github帐户与Visual Studio一起使用

时间:2019-01-30 21:49:13

标签: windows github github-for-windows

我尝试按照https://code.tutsplus.com/tutorials/quick-tip-how-to-work-with-github-and-multiple-accounts--net-22574中的步骤进行操作,但是在第一步中却失败了。我正在使用 Windows 10

我在gitbash中运行了ssh-keygen命令,但收到以下错误: enter image description here

我的用户名之间有一个空格,那么如何设置我的github帐户呢?谢谢。

1 个答案:

答案 0 :(得分:0)

使用最新版本的Git,I recommend adding -m PEM,以及目标文件路径:

 cd /c/Users/Ab*
 mkdir .ssh
 chmod 700 .ssh
 cd .ssh
 ssh-keygen -t rsa -P "" -m PEM -f ./id_rsa