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

git push

时间:2019-08-24 15:27:51      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:class   提交   color   com   some   error:   clone   git push   src   

git clone 远程的master分支,提交的时候想要提交到bneglect分支。报错:

 src refspec bneglect does not match any. error: failed to push some refs to https://code.aliyun.com‘//后面的地址没复制全,不重要

 

这是因为不是提交到远程的master分支,如果是master往非master提交的时候,要写明,是哪到哪。或者说本地分支bneglect 提交到远程非bneglect分支

要这样写:

git push origin master:bneglect

 

git push

标签:class   提交   color   com   some   error:   clone   git push   src   

原文地址:https://www.cnblogs.com/bneglect/p/11404623.html

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