Error message
error: src refspec master does not match any.
At that time my code
git push origin master
Solution
git add .
git commit -m "message"
git push origin master
너무 급한 나머지 add, commit을 넘겼다 - -.. 에휴
Reference
[문제해결] error: src refspec master does not match any.