honey_pot
gitpod.io 에서 branch push 시 허가 없음(403) 오류 해결 본문
### 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 했더니 해결됐다
'error 모음집' 카테고리의 다른 글
mlflow 오류 (0) | 2023.10.24 |
---|---|
[git] github username 변경 후 repository 주소 변경 (0) | 2021.06.11 |
[git] github 폴더에 화살표 표시 없애기 (0) | 2021.06.10 |
hyper terminal 실행이 안 될때 (0) | 2021.06.07 |
[nodemon] EADDRINUSE 포트 오류 (0) | 2021.06.06 |
Comments