본문 바로가기
삽질

[git] git push error

by 김비누! 2021. 5. 6.

안타까운 삽질을 했지만 찾은 정보 정리용으로 올림

 

기본적으로 이런 순서

git remote add [remote]

git pull [remote] [branch] -> git add [file or dir] -> git commit (나오는 에디터에서 commit message 수정)

-> git push[remote] [branch]

 

1. commit 빼먹으면 error 발생한다고 함

 

2. http 주소로 안되는 경우

 

ssh key로 하면 쉬움

http 주소로 안되서 ssh key로 했었는데 왠지 모르게 언젠가 http로도 되어버렸다

어쩌다 됐는지는 잘 모르겠음ㅠㅜ아깝다

 

goddaehee.tistory.com/254

 

[Git (7)] Github 비밀번호 입력 없이 pull/push 하기(github ssh key 설정)

[Git (7)] Github 비밀번호 입력 없이 pull/push 하기(github ssh key 설정) 안녕하세요. 갓대희 입니다. 이번 포스팅은 [ GitHub ID, Password 입력없이 pull, push 하기 ] 입니다. : ) 0. 들어가기 앞서 ▶..

goddaehee.tistory.com

 

3. git the requested URL returend error : 403

만약 본인 레포지에는 잘 되지만 다른사람이 만든 프라이빗 저장소에는 안된다면 invite mail 에 veiw invitation 버튼을 눌렀는지 확인하기...

 

아마 유용한 사이트

recoveryman.tistory.com/392

 

[깃허브(Github)] 21. remote: Permission to 에러

remote: Permission to gitest01/gitest01.github.io.git denied to xxxx. fatal: unable to access 'https://github.com/yyyy/yyyy.github.io/': The requested URL returned error: 403 remote: Permission to~~..

recoveryman.tistory.com

joyful-development.tistory.com/5

 

[Git] 소스트리 permission denied 에러(Invalid username or password 와 permission denied,fatal: unable to access,The reque

멀쩡하게 소스트리를 잘 사용하고 있었다. 가끔씩 push를 하려고 하면 다시 로그인을 하라고 할 때가 종종 있었지만 아이디와 비밀번호를 입력해 로그인 하면 끝나는 일이었다. 그런데... 오늘은

joyful-development.tistory.com

hohoya33.tistory.com/89

 

git push 오류 발생 시

에러 발생 메세지 fatal: 'orgin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 위..

hohoya33.tistory.com

 

 

기타 참고

parksb.github.io/article/28.html

댓글