-
[Git] ssh cloneGit 2022. 1. 4. 11:57
이전 커밋 하드 리셋
$ git reset --hard ff32f4d
리셋 후 강제 push
$git push origin +master
터미널 명령어
ssh-keygen -t rsa
OR
ssh-keygen -t rsa -b 2048 -f ~/.ssh/test_key
Enter Enter
.pub 키의 내용을 입력해야 합니다.
ex) C:\Users\KIS_VHD\.ssh\id_rsa.pub
ex) git clone git@github.com:dlsenfl3/project.git
출처: https://bbaktaeho-95.tistory.com/101https://blog.leocat.kr/notes/2017/11/27/github-deploy-key
728x90'Git' 카테고리의 다른 글
[Git] Git-VS 연동 (0) 2022.11.29 [Git] git merge branch (0) 2022.11.22 [Git] 기존 폴더 (0) 2022.01.07 댓글