-
[error] src refspec master does not match any개발 관련/GitHub 2021. 5. 20. 09:10반응형
git push하는 경우에 이런 에러메시지가 나올 때가 있다.
error: src refspec master does not match any
error: failed to push some refs to 'https://github.com/repo~'
git pull 없이 git push를 하는 경우에 기존 내용을 삭제하거나 여러 문제가 생길 수 있기 때문에 이 메세지를 출력한다.
이 경우에는 다음과 같은 명령어를 통해 해결한다
git init
git add .
git commit -m "message"
'개발 관련 > GitHub' 카테고리의 다른 글
Git branch, git checkout 브랜치 생성 및 전환 (0) 2021.12.25 vscode로 github 시작하기 (0) 2021.05.20 repl.it과 Github 활용 [아이패드] (0) 2021.04.28 [error] error : failed to push some refs to "https://gitbhub.com/~~ (0) 2021.04.27 [error] fatal : Unable to create 'C:/~~~~/.git/index.lock : File exists. 오류 해결 방법 (0) 2021.04.27