# 기존에 ssh 키 있는지 확인 (없다고 떠야 정상)
cat ~/.ssh/id_rsa.pub
# ssh 키 생성 (뭐 물어보는데 그냥 엔터)
ssh-keygen -t rsa -C {본인 깃허브 이메일}
# 공개키 확인
cat ~/.ssh/id_rsa.pub
C:\Users\유저명/.ssh 에 설치된다.
https://github.com/settings/keys
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
위 경로로 들어가서 New SSH Key누르고 공개키를 저장하면 끝.
'설치및설정 > Git' 카테고리의 다른 글
Git 수정된 파일 추적제외, modify files 추적제외 (0) | 2025.01.04 |
---|---|
Git 추적제외, Untracked files 제외 (0) | 2025.01.04 |