首页 > 其他 > 详细

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

时间:2015-04-25 13:26:44      阅读:474      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!