我是靠谱客的博主 烂漫期待,最近开发中收集的这篇文章主要介绍github err:Youre using an RSA key with SHA-1, which is no longer allowed. Please use a newer clientERROR: You‘re using an RSA key with SHA-1, which is no longer allowed. Please use a newer client解决办法,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

ERROR: You‘re using an RSA key with SHA-1, which is no longer allowed. Please use a newer client

github仓库提交文件报错,笔者以前通过ssh来上传和下载文件的。github配置ssh,不需要登录

报错来源在这里插入图片描述

github文献

  • 也就是说以前通过ssh/git://连接的用户现在都会有问题。

解决办法

  1. ssh-keygen -t ed25519 -C “your-email”
  2. cd /C/Users/user/.ssh/
  3. cat id_ed25519.pub
    把这个key配置到github上面就可以正常连接github了。
    github绑定key请参考

最后

以上就是烂漫期待为你收集整理的github err:Youre using an RSA key with SHA-1, which is no longer allowed. Please use a newer clientERROR: You‘re using an RSA key with SHA-1, which is no longer allowed. Please use a newer client解决办法的全部内容,希望文章能够帮你解决github err:Youre using an RSA key with SHA-1, which is no longer allowed. Please use a newer clientERROR: You‘re using an RSA key with SHA-1, which is no longer allowed. Please use a newer client解决办法所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(40)

评论列表共有 0 条评论

立即
投稿
返回
顶部