git push error 3

[git] fail to push at Total (client_loop: send disconnect: Broken pipe)

문제점 및 증상 이전 "[git] Total 이후 push 실패 (client_loop: send disconnect: Broken pipe)" 글을 통하여 저장소 복제는 문제는 해결이 되었는데, 소스를 수정한 이후에 push 하면 다음과 같이 "Total ..."이 나온 후 한참을 멈춰있다가 "client_loop: send disconnect: Broken pipe" 문제가 발생하며 push가 실패하였습니다. nvidia@nvidia-OrinNX16G:~/my_prj$ git push -vvv Pushing to ssh://git@my.hanwh.net/nodejs/my_prj Enumerating objects: 6, done. Counting objects: 100% (6/6), done. Del..

프로그래밍 2023.11.30

[Git] push error: fatal: unable to access : The requested URL returned error: 403

문제점 및 증상 머지(merge)를 하고, 푸시(push)를 하려고 할 때, 다음과 같은 오류가 발생하면서 정상적으로 푸시(push)가 되지 않았습니다. $ git push remote: You are not allowed to push code to this project. fatal: unable to access 'https://gitlab.myhost.net/prj/test.git/': The requested URL returned error: 403 원인 분석 및 해결 방안 윈도우에 저장된 자격증명이 해당 저장소에 접근하기에 권한이 부족하여 발생한 문제입니다. git 명령으로 "gitlab.myhost.net" 서버의 다른 저장소 접근할 때 이용했던 계정이 "prj/test" 저장소에 접근을 ..

프로그래밍 2022.05.25

git push error - sha1 file '<stdout>' write error: Broken pipe

문제점 및 증상 프로젝트에서 수정 작업을하고 난 후 GitLab 저장소에 이미지 약 100여개를 추가하고, "git push"를 하였더니 아래와 같은 오류가 발생하였습니다. $ git push Enumerating objects: 74, done. Counting objects: 100% (72/72), done. Delta compression using up to 12 threads Compressing objects: 100% (68/68), done. client_loop: send disconnect: Connection reset by peer Wsend-pack: unexpected disconnect while reading sideband packet fatal: sha1 file '' ..

Linux,Unix,BSD 2021.10.05
728x90