美文网首页Python
Git提示error: src refspec master d

Git提示error: src refspec master d

作者: 星星曦馨 | 来源:发表于2018-10-10 13:54 被阅读0次
    image.png
    重新执行下面代码(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提示error: src refspec master d

        本文链接:https://www.haomeiwen.com/subject/liupaftx.html