github error: src refspec main does not match any 발생

2022. 4. 17. 22:12Git

error: src refspec main does not match any
error: failed to push some refs to 'https://github.com/fany4017/react-todo-app.git'

 

 

git init
git add .
git commit -m "message"
git remote add origin 'https://github.com/fany4017/react-todo-app.git'
git push -u origin master

'Git' 카테고리의 다른 글

(GitLab) GitLab 활용법  (0) 2022.04.18