-
GitHub Personal Access Tokens (classic) 발급 방법개발 2025. 7. 24. 05:07
목차
GitHub 토큰을 발급받아 코드 관리를 하자.
순서
1. GitHub에 로그인
GitHub 사이트에 접속하여 로그인을 합니다.
GitHub · Build and ship software on a single, collaborative platform
Join the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.
github.com
GitHub 로그인 GitHub 로그인 후 2. Settings
오른쪽 상단 프로필 아이콘을 클릭하고 하단의 Settings를 클릭합니다.
https://github.com/settings/profileGitHub · Build and ship software on a single, collaborative platform
Join the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.
github.com
프로필 메뉴 클릭 > Settings 클릭 3. Developer settings
왼쪽 메뉴에서 하단 Developer settings를 클릭합니다.
https://github.com/settings/appsDeveloper settings 클릭 4. Personal access tokens (classic)
왼쪽 메뉴에서 하단 Personal access tokens 메뉴에서 [Tokens (classic)]을 선택합니다.
https://github.com/settings/tokensDeveloper Settings 메뉴 5. Generate toekn
[Generate new token (classic)] 버튼을 클릭합니다.
https://github.com/settings/tokens/newPersonal access tokens (classic) 토큰 정보를 입력합니다.
Note : 토큰 이름
Expiration : 만료 기간
Select scopes : 권한 설정
다음의 항목들 체크
repo , write:packages , delete:packages , admin:org , gist , admin:gpg_key
Generate toekn 버튼 클릭토큰 정보 입력 권합 선택 권한 선택 권한 설정 토큰 생성
토큰을 발급받으면 딱 한 번만 표시되므로, 안전한 곳에 복사하여 저장합니다.
6. 확인
https://발급받은토큰@github.com/git주소Git Clone
Git
요약
- https://github.com/settings/tokens/new
- 권한 repo , write:packages , delete:packages , admin:org , gist , admin:gpg_key
- https://발급받은토큰@github.com/git주소