패스워드는 더이상 사용하지 않고 토큰을 사용하기 때문에
토큰을 만들어서 password 입력 부분에 토큰을 넣어주어야 한다
토큰 생성
[Git] GitHub인증 - personal access token 발급
GitHub에서는 push등 인증이 필요할 때 더이상 암호 입력은 사용하지 않고 토큰 기반으로 인증하기 때문에 토큰을 생성해야한다 1. 페이지 우측 상단에 프로필 -> Settings 클릭 2. 좌측 메뉴아래에 Deve
morningcopy.tistory.com
'Git > 문제 해결' 카테고리의 다른 글
[Git] 한글 파일명 깨짐 수정 (0) | 2023.12.24 |
---|---|
[Git] warning: adding embedded git repository [폴더명] (0) | 2023.12.22 |
[Git] Mac에서 git 명령어 입력시 - You have not agreed to the Xcode and Apple SDKs license ... (0) | 2023.12.11 |
[Git] error: Your local changes to the following files would be overwritten by checkout (0) | 2023.12.04 |
[Git] not a valid object name: 'main' (1) | 2023.12.04 |