macos 13 Ventura Permission denied, please try again.

406 阅读1分钟

前言

升级Ventura出现gitlab无法访问,ssh-key失效的问题,才两天时间,认为不应该会有升级的问题,一度以为是git和xselect的问题,甚至差点降级。。

解决方法

  1. 命令行输入:
ssh-keygen -t ed25519 -C "comment"
  1. 重新添加到gitlab/github中

参考

www.google.com/search?q=ve…

superuser.com/questions/1…