Personal access token
-
깃허브 액세스 토큰 업데이트기록/Default 2023. 2. 4. 11:25
(1) Github 웹 Settings -> Developer settings -> Tokens에서 토큰 재생성 (2) 토큰 복사 후 터미널 On (3) 토큰이 유효하지 않아 문제가 발생한 Repository 폴더에서 remote 연결 해제 git remote remove (name) // git remote remove origin (4) 다시 연결 git remote add (name) (url) // git remote add origin https:// ... (Repository 주소) (5) Username(Github 계정) & Password(Personal access token) 입력