반응형

git error 2

[Git Error] error : src refspec master does not match any.

git 을 사용해 파일을 push 할 때 아래의 에러 메시지가 발생했었음 error : src refspec master does not match any. 1. 에러 원인 repository 에 commit 한 내용이 없어서 server 에 추가할 branch 가 존재하지 않아 발생한 에러였음 repository 가 비었음.. 2. 에러 해결 해당 에러 같은 경우 git bash 등에서 push 작업을 할 때, commit 할 내용이 생성되지 않아서 발생하는 것으로써 커밋할 경우에 빠뜨린 프로세스가 없나 잘 살펴볼 것 아래 프로세스 이용하여 다시 절차 진행해 볼것 snepbnt.tistory.com/334 [Git] 리포지토리 생성하고 파일 업로드하기 깃 리포지토리를 생성하는 법은 생각보다 간단했었다...

[Git Hub] Not a git repository (or any of the parent directories) 에러

git clone 을 한다음에도 위 에러가 뜨는 이유는 다운받은 경로에 들어가지 않고 git 명령어를 사용하려 했기 때문이다. 깃을 다운받고 난 후, 그 경로에 들어가서 git 명령어를 실행하면 해당 에러는 뜨지 않을 것이다. 추후 비슷한 에러 발생시, 아래 링크를 참고하면서 해결할 것 참고 링크 stackoverflow.com/questions/11961600/fatal-not-a-git-repository-or-any-of-the-parent-directories-from-git-status "fatal: Not a git repository (or any of the parent directories)" from git status This command works to get the files a..

반응형