git pushでエラー(Peer reports incompatible or unsupported protocol version)
gitでpushしようとしたら、以下のようなエラーが出てpushできない。環境は、CentOS 7。
fatal: unable to access 'https://github.com/xxxxx/yyyyy.git/': Peer reports incompatible or unsupported protocol version.
gitだけのアップデートではダメで、最終的に更新が必要だったのは以下モジュールだった。
yum update nss curl libcurl
コメントを書く