重新执行下面代码(you@example.com和Your Name随意输入自己的)
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git commit -m "sql删除表"
git push -u origin master
最后输入GitHub账号和密码。
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git commit -m "sql删除表"
git push -u origin master
最后输入GitHub账号和密码。
本文标题:Git提示error: src refspec master d
本文链接:https://www.haomeiwen.com/subject/liupaftx.html
网友评论