새소식

TIL

[TIL] 230620 <트러블슈팅> remote: Permission to ... denied to 사용자. unable to access '...': The requested URL returned error: 403

  • -

 

문제 상황

Organization의 repository에 git push를 시도하였는데 아래와 같은 오류가 발생

remote: Permission to GreedyPeople/GreedyPeople.git denied to sihyun615. 
unable to access 'https://github.com/GreedyPeople/GreedyPeople.git/'
: The requested URL returned error
: 403

 

 

해결 방법

1. Github에서 personal access token을 생성하는데 이 때 repo를 꼭! 체크하여 생성해야함

github page > profile > settings > Developer setting > personal access token > token(classic) > generate new token

repo 체크

 

2. 인증정보 포함하여 원격저장소 URL 변경

git remote set-url origin https://<your_personal_access_token>@github.com/<유저네임>/<레포지토리 이름>

 

Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.