Programming/Git&GitHub (3) 썸네일형 리스트형 sourcetree push error / crash ~~ / 프로그램 종료 체크해제 후 소스트리 다시 실행 기존 폴더 Github Repository에 올리기 참고 https://jobc.tistory.com/177 git push, pull (fatal: refusing to merge unrelated histories) 에러 원격 저장소를 remote로 설정하고 바로 push를 하면 몇가지 오류가 발생할 수도 있다. 예를 들어 아래와 같은 오류 메시지이다. 1 2 ! [rejected] master -> master (non-fast-forward) error: failed to push som.. jobc.tistory.com http://link.koreatech.ac.kr/?p=2852 기존 로컬에 저장된 프로젝트를 Github에 Repository로 등록하기 업로드 할 프로젝트 폴더로 이동 후 git repo 만들기 $ git init 원격 Rep.. SSH 키 생성 후 Gighub에 등록 https://help.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh Connecting to GitHub with SSH - GitHub Help GitHub.com Authentication Connecting to GitHub with SSH Connecting to GitHub with SSH You can connect to GitHub using SSH. About SSH→ Using the SSH protocol, you can connect and authenticate to remote servers and services. With SSH keys, you can connect to help.git.. 이전 1 다음