当前位置:   article > 正文

Git拉取项目There is no tracking information for the current branch.(idea拉取项目master has no tracked brach)_pull 报错master has no tracked branch

pull 报错master has no tracked branch

这种情况的原因是本地分支没有和远程的的分支绑定。

原因有很多,我遇到的原因是因为在初始化拉取项目的时候,没有用 git clone 的命令,而是用了 git pull 拉取项目了,导致了本地分支和远程分支没有绑定。

错误做法:

  1. git init
  2. git pull https://XXX

正确做法:

1、用idea自带的git导入项目

或者

2、用git命令

  1. git init
  2. git clone https://XXXXX

本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号