-
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/apps
Developer settings 클릭 4. Personal access tokens (classic)
왼쪽 메뉴에서 하단 Personal access tokens 메뉴에서 [Tokens (classic)]을 선택합니다.
https://github.com/settings/tokens
Developer Settings 메뉴 5. Generate toekn
[Generate new token (classic)] 버튼을 클릭합니다.
https://github.com/settings/tokens/new
Personal 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주소
반응형'개발' 카테고리의 다른 글
Java 11번가 베스트셀러 크롤링 Jsoup 샘플 (0) 2026.03.04 Java 이클립스 Gradle 프로젝트 설정 방법 (0) 2026.03.04 Java Http 요청 HttpURLConnection HttpClient OkHttp 텔레그램 사용 샘플 (0) 2026.03.03 Java 이클립스 Maven 프로젝트 설정 방법 (0) 2026.02.27 텔레그램 API 봇 생성 채널 그룹 개인 메시지 설정 방법 (0) 2025.11.08