git: No refs in common and none specified; doing no

创建新项目,clone后首次push,出现

$ git push  
No refs in common and none specified; doing nothing.  
Perhaps you should specify a branch such as 'master'.  
fatal: The remote end hung up unexpectedly  
error: failed to push some refs to 'file:///xxxxxxx.git'  

原因

Git找不到要提交的版本

解决

git push origin master

 

posted @ 2016-07-26 20:57  jihite  阅读(3232)  评论(0编辑  收藏  举报