에러

fatal: unable to access '...': The requested URL returned error: 403

integerJI 2020. 7. 13. 14:01

remote: Permission to integerJI/TIME_catcher_dev.git denied to susususujeong.fatal: unable to access 'https://github.com/integerJI/TIME_catcher_dev.git/': The requested URL returned error: 403

 

git에 커밋을 하려다 보니 해당 에러가 나왔다.

 

알고보니 지금 gitbash에 로그인되어있는 계정이 

 

해당 github를 사용하지 않고 있어서다

 

gitbash에서 로그아웃 해준 뒤

 

해당 깃 허브 주소권한을 가지고 있는 계정으로 커밋을 해야 한다.

 

정리하면

 

1. gitbash에서 로그아웃 후 권한이 있는 계정으로 로그인 후 커밋

 

 

2. 권한이 없는 계정에 권한 부여

https://integer-ji.tistory.com/181

 

첫 협업, git 설정하기 - collaborator이 없을 때

첫 협업, git 설정하기 - collaborator이 없을 때 이번 프로젝트는 협업으로 진행한다. 그러기 위해 git을 사용하며 한 저장소에 여러 명이서 작업할 수 있는 환경을 만든다. 그리고 인터넷 검색하

integer-ji.tistory.com

 

3. 시스템 설정으로 수정

https://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