美文网首页
git error:no matching cipher fou

git error:no matching cipher fou

作者: 嘉言火 | 来源:发表于2018-10-11 19:59 被阅读47次

升级Mac的10.13.2后,git操作会报一个

  no matching cipher found. Their offer: aes128-cbc,3des-cbc,blowfish-cbc  的错误

  大家可以在自己本地的/etc/ssh/ssh_config 文件中追加

  Ciphers +aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc

  如果不想在全局中改。。用户的配置是~/.ss/config

相关文章

网友评论

      本文标题:git error:no matching cipher fou

      本文链接:https://www.haomeiwen.com/subject/csriaftx.html