Git提示error: src refspec master does not match any.

image.png

重新执行下面代码([email protected]和Your Name随意输入自己的)

git config --global user.email "[email protected]"
git config --global user.name "Your Name"
git commit -m "sql删除表"
git push -u origin master

最后输入GitHub账号和密码。

你可能感兴趣的:(Git提示error: src refspec master does not match any.)