SSH(Secure Shell)
(github와 내 컴퓨터가) 안전하게 통신을 주고받을 수 있는 방법
git bash
$ssh-keygen
$cat (public key 경로 입력)
github > settings > SSH and GPG keys > New SSH key에서 public key Add
Reference
https://www.youtube.com/watch?v=P9gMl4O4kVg
LIST
'Computer Programming > AI' 카테고리의 다른 글
TIL_sql 정리(+첫 번째 team project presentation and feedback) (0) | 2023.08.11 |
---|---|
TIL_github에 있는 폴더 git 명령어로 삭제 방법 (0) | 2023.08.10 |
TIL_Github에 code upload (0) | 2023.08.09 |
TIL_Python (0) | 2023.08.08 |
TIL_Git과 Github (0) | 2023.08.07 |