본문 바로가기
IT Tech/Tip

[오류] src refspec master does not match

by 겸손하게 빚진자로, 밝게 인사 2022. 1. 5.
728x90

git commit -m "initial commit" 

위 명령어를 치면 

인증정보를 요청하는 메시지가 나타난다.

*** Please tell me who you are

Run

    git config --global user.email "you@example.com"

    git config --global user.name "Your Name"

 

인증정보를 입력하고 git push 명령 전에 commit을 수행하면 원격저장소에 소스가 저장된다.

git commit -m "initial commit" 

반응형