본문 바로가기

programming

sourcetree에서 github에 push 실패 (permission 문제) 해결 방법.

1) github site repository 화면 우측 녹색 code 버튼 클릭
2) Clone 을 HTTPS가 아닌 SSH로 바꾸고 아래 주소 복사
   예) git@github.com:hyundai-robotics/doc-hi6-operation.git
3) 주소를 sourcetree의 Repository settings에 설정


관련자료 : https://recoveryman.tistory.com/283

'programming' 카테고리의 다른 글

window batch 문법  (0) 2024.03.01
github - SourceTree 연동 : ssh-key 생성 적용 방법  (0) 2022.02.25
IEEE 754 부동소수점 형식  (0) 2020.02.01