GITHUB-There is no tracking information for the current branch

(1)问题描述:在把本地仓库的内容和github同步时,使用git pull提示:

There is no tracking information for the current branch.
Please specify which branch you want to rebase against.
See git-pull(1) for details.
    git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:

    git branch --set-upstream-to=origin/<branch> master

(2)然后按照提示执行指令git branch --set-upstream-to=origin/master master,依然报错

$ git branch --set-upstream-to=origin/master master
error: the requested upstream branch 'origin/master' does not exist
hint:
hint: If you are planning on basing your work on an upstream
hint: branch that already exists at the remote, you may need to
hint: run "git fetch" to retrieve it.
hint:
hint: If you are planning to push out a new local branch that
hint: will track its remote counterpart, you may want to use
hint: "git push -u" to set the upstream config as you push.

(3)根据网上搜集的资料我尝试着执行了两个指令

1、git branch --set-upstream-to=origin/master

2、git remote add origin https://github.com/jiangzili/20161123.git(仓库地址)

(4)再执行git pull 指令成功与github仓库同步


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值