码迷,mamicode.com
首页 > 其他好文 > 详细

用gitolite新建项目,clone后首次push,可能会出现: git: No refs in common and none specified; doing no

时间:2015-04-25 13:28:44      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:

用gitolite新建项目,clone后首次push,可能会出现:
 
 
  1. $ git push  
  2. No refs in common and none specified; doing nothing.  
  3. Perhaps you should specify a branch such as ‘master‘.  
  4. fatal: The remote end hung up unexpectedly  
  5. error: failed to push some refs to ‘file:///xxxxxxx.git‘  
 
.这是Git 找不到你要提交的版本了。
 
解决办法:git push origin master

用gitolite新建项目,clone后首次push,可能会出现: git: No refs in common and none specified; doing no

标签:

原文地址:http://www.cnblogs.com/lovezbs/p/4455766.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!