[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