error: src refspec master does not match any错误提示

今天在码云创建新仓库,在提交本地已建好项目时提示error: src refspec master does not match any错误,解决方案如下
1.先利用git add "xxx"将所有文件全部添加
2.在进行 git commit -m "init"
3.git remote add origin xxxxxxxx.git
4.git push -u origin master

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