-
깃허브 액세스 토큰 업데이트기록/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) 입력
'기록 > Default' 카테고리의 다른 글
맥 IntelliJ IDE 단축키 (0) 2024.05.09 Cron Expression (0) 2024.05.03 로컬 네트워크에서 다른 PC의 localhost에 접근하기 (0) 2024.03.14 [macOS] JDK 삭제하기 (0) 2023.06.09 파이썬 런타임 에러(RecursionError)와 sys.setrecursionlimit() (0) 2023.01.16