-
Git/SSH keys 생성 및 등록Configuration Management/git 2022. 10. 4. 18:21
ssh key 생성
$ cd ~/.ssh $ ssh-keygen -t ed25519 -C "aaaaa@naver.com" Generating public/private ed25519 key pair. ...
ssh key 복사
$ pbcopy ~/.ssh/id_ed25519
복사된 ssh key github에 추가
github에서 ssh 주소 카피
ssh 주소를 통하여 패스워드 입력 후 내려받기
$ git clone git@github.com:aaaa/bbbb.git ...
'Configuration Management > git' 카테고리의 다른 글
Git/gitignore 생성 - IOS, Swift, CocoaPods (0) 2023.02.16 Git/Sourcetree - 응용프로그램 예기치 않게 종료 (0) 2022.10.14 Git/Sourcetree - Permission Denied (0) 2022.10.14 Git/업무중 간단한 명령어 모음 (0) 2022.10.07 Git/git 기본 (0) 2022.09.01