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

IDEA新建项目提交到git仓库时报错:Can't Update No tracked branch configured for branch master or the branch...

时间:2020-03-27 21:46:09      阅读:716      评论:0      收藏:0      [点我收藏+]

标签:red   ide   str   dea   highlight   ups   仓库   The   date   

写了一天代码,提交时报错。拉取也不行

Can‘t Update
No tracked branch configured for branch master or the branch doesn‘t exist.
To make your branch track a remote branch call, for example,
git branch --set-upstream-to=origin/master master (show balloon)

  

原因:

  Git 不知道你要pull远程的哪个分支. 如果此时使用命令行,输入 git pull 可以查看详细的错误提示为: There is no tracking information for the current branch.  

解决方法:

  提交代码到新仓库时报错,解决方法:

  Alt + F12 呼出Terminal,输入以下指令:

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

  

IDEA新建项目提交到git仓库时报错:Can't Update No tracked branch configured for branch master or the branch...

标签:red   ide   str   dea   highlight   ups   仓库   The   date   

原文地址:https://www.cnblogs.com/xr210/p/12584126.html

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