Git推送文件时,出现的Couldn't load this key(OpenSSH SSH-2 private key (old PEM format))

在进行推送到远程仓库的过程中遇到的一个错误.

解决方法:

找到这个位置

Git推送文件时,出现的Couldn't load this key(OpenSSH SSH-2 private key (old PEM format))

然后打开文件所在位置

Git推送文件时,出现的Couldn't load this key(OpenSSH SSH-2 private key (old PEM format))

再打开这个文件然后再

Git推送文件时,出现的Couldn't load this key(OpenSSH SSH-2 private key (old PEM format))

导入成功

Git推送文件时,出现的Couldn't load this key(OpenSSH SSH-2 private key (old PEM format))

然后点击save private key这个按钮

Git推送文件时,出现的Couldn't load this key(OpenSSH SSH-2 private key (old PEM format))

 

就可以成功的生成一个文件.然后将秘钥换成这个ppk的私钥.然后就可以上传成功.

 

相关文章:

  • 2021-11-02
  • 2022-12-23
  • 2021-04-06
  • 2022-02-09
  • 2021-07-21
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-17
  • 2021-09-03
  • 2021-12-30
  • 2021-08-14
  • 2021-07-24
  • 2022-12-23
相关资源
相似解决方案