Linux

git fatal: unable to access Peer reports incompatible or unsupported protocol version.

Naan 2018. 4. 16. 22:10
320x100

git fatal: unable to access Peer reports incompatible or unsupported protocol version.

라고 에러 뜨면서 git 이 안되는 경우가 있다.


# yum upgrade 해서 

업그레이드 하면 되지만 패키지 모두 설치 하는데 시간이 오래 걸린다.


# yum update -y nss curl libcurl

만 설치 하면 정상적으로 git 이 된다.

320x100