git3 SourceTree) SourceTree 설치 https://uxgjs.tistory.com/181 Git GUI 소스트리(SourceTree) 설치방법과 사용방법 멋찐 개발자 같은 경우 검정 화면에 하얀색 글씨로 타이핑을 치며 Git 명령어를 실행시킬텐데요. 그게 멋지긴 하지만 편한 형태는 아닙니다. Git을 좀더 편하게 사용하기 위해서는 Git GUI(Graphic User ux.stories.pe.kr 2021. 9. 1. git) does not have a commit checked out 해결방법 https://mmol.tistory.com/entry/%EA%B9%83%ED%97%88%EB%B8%8C-does-not-have-a-commit-checked-out-%EC%97%90%EB%9F%AC-%ED%95%B4%EA%B2%B0%EB%B0%A9%EB%B2%95 깃허브) does not have a commit checked out 에러 해결방법 이 에러는 해당 로컬 리포지토리 안의 다른 디렉토리(폴더)에 .git이 있기 때문에 발생하는 현상입니다 흔히 한개의 폴더 안에 여러 개의 프로젝트를 넣어서 관리하는데 이때 최상위 폴터에 로컬 mmol.tistory.com - 이 에러는 내가 원하는 폴더에 init을 하고 그 폴더의 하위 폴더에도 init이 되어 있으면 나타나는 에러이다 add 하고 싶은 폴.. 2021. 8. 20. git-src refspec master does not match any 해결방법 http://https://hanul-dev.netlify.app/git/Error-src-refspec-master-does-not-match-any.--/ 인종차별의 이유로 master 가 main으로 대체되었다. git checkout -b 'master' git push origin master 마스터 브랜치로 이동후 마스터 브랜치로 push 하였더니 해결되었다. 2021. 8. 20. 이전 1 다음