error 모음집
gitpod.io 에서 branch push 시 허가 없음(403) 오류 해결
_tera_
2022. 8. 13. 21:02
### Organization 내에서 만든 repository 접근 권한 문제였기 때문에 개인 repo는 해당되는지 모름
오류 내용
$ remote: Permission to 어쩌구.git denied to 내 계정.
$ fatal: unable to access '깃허브주소': The requested URL returned error: 403
해결 방법
gitpod에서 내 계정 누르고 설정 -> Integrations에서 Git Providers -> GitHub 에서 점 세개
Manage on github.com 클릭해서 작업중인 organization의 권한을 부여 Grant 클릭
이렇게 하고
gitpod 에 열어두었던 workspace 닫고 다시 들어가서 add commit push 했더니 해결됐다