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

gitlab 错误处理

时间:2016-05-30 23:18:55      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:

用gitolite新建项目,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

 


  • $ 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‘  

gitlab 错误处理

标签:

原文地址:http://www.cnblogs.com/Lance--blog/p/5544100.html

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