Git 초기 설정때 src refspec master does not match any. 문제 해결법
에러) git push -u origin master 입력시 error: src refspec master does not match any.error: failed to push some refs to 'ㄸㄸㄸㄸㄸㄸㄸㄸㄸㄸㄸㄸㄸㄸ' master 브랜치가 없어서 생기는 문제 해결방법 git add 파일이름(ex: index.js)git commit -m "initial commit"git push -u origin master 에러 fatal: unable to auto-detect email address (got 'ACID@ACID.(none)') 여기서 여기서 이름과 이메일 설정이 없다고 하면 git config --global user.name "이름이다."git config --global us..
프로그래밍
2017. 12. 17. 18:01