当前位置:   article > 正文

github pull的时候遇到的问题_see git-pull(1) for details.

see git-pull(1) for details.

$ git pull
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
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

解决方法如下:

首先,我们需要指定当前工作目录工作分支,跟远程的仓库,分支之间的链接关系。

比如我们设置master对应远程仓库的master分支

git branch --set-upstream master origin/master

这样在我们每次想push或者pull的时候,只需要 输入git push 或者git pull即可。

在此之前,我们必须要指定想要push或者pull的远程分支。

git push origin master

git pull origin master. 
--------------------- 
作者:信阳农夫 
来源:CSDN 
原文:https://blog.csdn.net/nonfuxinyang/article/details/77206479 
版权声明:本文为博主原创文章,转载请附上博文链接!

 

 

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/天景科技苑/article/detail/797469
推荐阅读
相关标签
  

闽ICP备14008679号