Git
github error: src refspec main does not match any 발생
황대리
2022. 4. 17. 22:12
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
