설치및설정/Git

Github ssy key 등록

봄다온 2025. 1. 3. 18:00
# 기존에 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누르고 공개키를 저장하면 끝.