온풀투데이
[GIT] The requested URL returned error: 403 해결 본문
회사에서 깃허브 개인 계정 사용 시 403 에러 발생해서 아래 방법으로 해결
git remote add origin https://[token]@github.com/[user.name]/[repo.git]
-> token: 발급받은 토큰 넣기
[Github] The requested URL returned error: 403 해결 방법
remote: Permission to ['repository'] denied to ['user.name'] fatal: unable to access ['repository url']: : The requested URL returned error: 403 위와 같은 에러가 발생했을 때, 해결방법을 알아보자. 1. Regeneration token and check 'repo'
pacific-ruler.tistory.com
'GIT' 카테고리의 다른 글
[GIT] 형상관리 방법 - clone, pull, push, 브랜치 생성 등 (1) | 2024.01.26 |
---|---|
[GIT] 일반 저장소와 project 차이 (0) | 2024.01.26 |
[GIT] 회사 pc에서 계정 두 개 사용하기, 소스트리에서 계정 두 개 사용 (4) | 2023.12.06 |
[GIT] Github 소스 코드 수정 후 저장소에 반영하기, 파일 수정 후 저장하기 (0) | 2020.08.30 |