728x90
반응형

 

Windows 환경에서 git push 를 사용할 때 

 

>git push -u origin master


Counting objects: 28, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (27/27), done.
error: RPC failed; HTTP 403 curl 22 The requested URL returned error: 403 Forbidden
fatal: The remote end hung up unexpectedly
Writing objects: 100% (28/28), 426.36 MiB | 11.58 MiB/s, done.
Total 28 (delta 2), reused 0 (delta 0)
fatal: The remote end hung up unexpectedly
Everything up-to-date

 

 

위와 같은에러가 뜰 때 

 

git remote set-url origin ~ 도 설정해보고, SSH 도 추가해봤는데 소용이 없어서 아래와 같은 방법으로 해결.

 

 

 

 

 

윈도우 자격 증명 관리자에서 자신이 접속하고자 했던 리포지토리의 주소를 누른다. 

 

 

 

이 정보가 잘못되어있어서 문제가 생긴 것, 

 

사용자 이름과 암호를 제대로 넣어준다. 

 

 

참고자료 : https://2bbear-gds.tistory.com/entry/Git-%EC%93%B0%EB%8B%A4%EA%B0%80-Push%EA%B0%80-%EC%95%88%EB%90%A0%EB%95%8C-%ED%95%B4%EA%B2%B0-%EB%B0%A9%EB%B2%95

 

Git 쓰다가 Push가 안될때 해결 방법

master을(를) 푸시하는 중 분기를 원격 리포지토리에 푸시하는 동안 오류가 발생했습니다. Git failed with a fatal error. The remote end hung up unexpectedly The remote end hung up unexpectedly RPC failed..

2bbear-gds.tistory.com

 

 

728x90
반응형