我提交的顺序 git add .
git commit -m 'feat :提交'
git push origin 分支名
最后显示这个client_global_hostkeys_private_confirm: server gave bad signature for RSA key 0
Everything up-to-date
试了好多回,一直显示提交不上去
RSA Host key认证失败了,重新生成公私钥,如果本地之前有配置,就将其先删了
建议重新生成公私钥
确保你的~/.ssh/config包含以下内容:
Host gitlab.com
UpdateHostKeys no