1. git 로그인 후 아래 url 누르고 4번 문항으로 이동하거나 아래 2~3번 문항의 스크린샷에 따라 이동하기
https://github.com/settings/tokens/new
2. url 말고 직접 경로로 이동하기
git 우측 상단 프로필 클릭 후 Settings -> 좌측 하단 Developer settings 이동
3. 토큰 생성하러 가기
Personal access tokens -> Tokens(classic) -> Generate new token -> Generate new token (classic)
4. 토큰 생성하기
expiration 원하는 수치로 세팅하고 repo만 체크한 뒤 생성
copy해서 따로 보관하기. 해당 문구는 다시 확인할 수 없습니다.
토큰의 설정값은 변경 가능합니다.
5. 토큰 사용 예제 보러가기
https://growingsaja.tistory.com/1001
'Development > Git' 카테고리의 다른 글
[Github] 컨벤션 초간단 예시 (0) | 2023.11.03 |
---|---|
[github] git clone, push 등 진행시 username, password 입력 방법 (25) | 2023.10.26 |
[Solved][Git] fatal: Not a git repository (or any of the parent directories): .gitfatal: Not a git repository (or any of the parent directories): .git (0) | 2020.01.12 |
[Centos][Git] How to yum install git (0) | 2019.11.17 |
[Git] How to use Git - 03 : git clone, git pull (0) | 2019.11.16 |