소스트리와 깃헙 원격저장소 연동사용법 - github repositories clone

 

 

1)github - repositories 생성

 

새로운 github저장소 생성1

 

 

 

2)repository name(저장소이름) / descripsion(설명) / private(회사프로젝트라면 비공개)

새로운 github저장소 생성2

 

 

 

3)생성된 저장소 주소를 복사 (컨트롤+c)

- 이때 SSH / HTTS 중에 1개 선택 

- 차이점은 추후에 포스팅,,,

clone with ssh

 

 

 

4)소스트리에 연결(clone)

-소스트리 실행 -> Clone -> 복사한 주소 붙여넣기 (컨트롤+v)

source tree 소스트리

 

 

5)clone된 화면

 

 

 

 

번외)ssh 인증이 필요하다면??

 

1)ssh 키 생성

https://edwardelizabeth.tistory.com/entry/git-clone%EC%8B%9C-ssh%ED%82%A4%EA%B0%92-warning-%ED%95%B4%EA%B2%B0%EB%B0%A9%EB%B2%95git-clone%ED%95%A0%EB%95%8C-ssh%EB%A1%9C-%ED%95%98%EA%B2%8C-%EB%90%A0%EB%95%8C

 

git clone시 ssh키값 연결방법, warning 해결방법(git clone할때 ssh로 하게 될때,,)

warning 내용은 permanently added 'github.com112.112.222.333' (RSA) to the list of known hosts. git@github.com : permission denied (publickey) fatal : could not read from remote repository please ma..

edwardelizabeth.tistory.com

 

 

2)도구 ->옵션

도구->옵션

 

3)위에 만든 SSH키(링크참고) 위치 / SSH클라이언트를 OpenSSH로 설정

OpenSSH

 

 

잘안되는 부분이 있으면 댓글 남겨주세요,, 도와드릴게요!

댓글

Designed by JB FACTORY