Tools2 [Git] Your branch is ahead of 'origin/main' by 2 commits. 해결 방법 원인 : push 되지 않은 commit 이 2개 생성되어 있음. 해결 방법 : 중복 생성된 commit 을 삭제하고 1개씩 push git push 실행시 error: src refspec master does not match any 발생 $git push grigin master git status 명령어로 에러 원인 확인 친절하게 Your branch is ahead of 'origin/main' by 2 commits. 가이드 문구 표시 $git status git log 명령어로 현재 commit 상태 확인 아래와 같이 origin/main 까지 push commit 이후 2개 commit이 생성되어 있음. $git log git reset을 이용해서 가장 최근 commit 삭제 reset 실.. 2021. 7. 15. OpenGrok 설치하기 brew install tomcat (tomcat 설치, 이미 설치됨) brew install tomcat brew install ctags (ctags 설치, 이미 설치됨) brew install ctags export OPENGROK_TOMCAT_BASE=/usr/local/Cellar/tomcat/9.0.31_1/libexec (tomcat 버전 확인 후 자신의 버전에 맞게 입력) 최신 버전 다운로드 https://github.com/OpenGrok/OpenGrok/releases 최신 버전으로 설정하지 않고 1.0 버전으로 설치 https://github.com/oracle/opengrok/releases/tag/1.0 위 경로에서 opengrok-1.0.tar.gz 파일은 다운로드 후 압축 풀기.. 2020. 5. 4. 이전 1 다음