git client_loop send disconnect connection reset by peer 에러
본문 바로가기

Network&etc/Git&Github

git client_loop send disconnect connection reset by peer 에러

> git push origin 15436:15436
client_loop: send disconnect: Connection reset by peer
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly

 

remjx.com/how-to-fix-git-error-client-loop-send-disconnect-connection-reset-by-peer

 

How to fix Git error "client_loop: send disconnect: Connection reset by peer"

When I tried to push my git branch to remote, I was getting this error: It looks like a connection issue, but that was not the case at all…

blog.remjx.com

 

해결방법1.

git pull해보기

 

해결방법2.

깃 / 서버네트워크가불안정해서일수있으니까 껏다가다시켜보고 나중에 시간지나서 다시시도해보기

 

해결방법3.

경로변경

git remote -v

기존경로확인

ssh로 되어있는데 깃클론에보이는 http경로로 변경해본다.

클론박스를 누르면 나오는 두번째 주소

git remote set-url origin 깃주소.git
git remote -v

경로수정뒤 다시확인

git push

 

반응형

'Network&etc > Git&Github' 카테고리의 다른 글

readme sample  (0) 2021.05.23
git ignore  (0) 2021.04.22
not a git repository (or any of the parent directories): .git 에러 해결  (0) 2021.04.05
ssh 키 생성하기  (0) 2021.03.21
[깃허브] 깃클론하기 git push(+git pull)  (0) 2020.09.13