git push 首次推送异常

文章描述了在Git中遇到的首次推送错误,提示没有共同引用和未指定分支。解决方法是使用`gitpushoriginmaster`明确推送目标。还提到了检查并合并远程分支的必要性。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

git push异常具体如下(一般发生在首次推送):
No refs in common and none specified; doing nothing. Perhaps you should specify a branch such as 'master'

没有指定推送到哪个分支里去。
解决方案:使用 git push origin master 可以指定推送该远程库的主分支去

git init

git remote add origin http://dev.gitlab.com/root/test.git

git add .

git commit -m "init file

git push origin master

error: failed to push some refs to 'http://dev.gitlab.com/root/test.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

git checkout master
git pull origin master  或者 git pull origin master --allow-unrelated-histories

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值