执行下面的命令,git push 时候出错:
git push origin master
出现如下错误:
error: src refspec master does not match any. error: failed to push some refs to ‘[email protected]:********‘
原因:
本地仓库为空
解决办法:
git add somefile git commit -m "comment"
原文地址:https://www.cnblogs.com/xiaojianliu/p/10148382.html
时间: 2024-10-11 10:24:03