Git之提示There is no tracking information for the current branch.
1 問題
我專案比如是0.2分支,我需要修改專案的git地址,然後再pull新的程式碼
1)修改github地址(讀者可以忽略)
1.git remote 檢視所有遠端倉庫
2.git remote rm origin 刪除之前的版本庫
3.git remote add origin http://****.git 增加新的地址
專案已經切換新的git地址了,然後我現在需要拉程式碼
git pull
提示錯誤如下
IGG@A12128 MINGW64 /f/browesr/program/*** (**-0.2)
$ 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> browser-0.2
說明提示當前branch沒有跟蹤資訊
2 解決辦法
git branch --set-upstream-to=origin/當前分支名字 當前分支名字
git branch --set-upstream-to=origin/****-0.2 ****-0.2
git pull
就可以了
相關文章
- Git之"git diff"命令Git
- idea 提示 string template are not supported current JavaScrip Version 的解決【筆記】IdeaJava筆記
- Uncertainy and informationAIORM
- git學習之git rebaseGit
- 【git】Git commit時提示錯誤時 解決辦法GitMIT
- git中提示 please tell me who you areGit
- MySQL預設資料庫之 information_schema庫MySql資料庫ORM
- Git 系列之「Git 的誕生」Git
- Git詳解之六:Git工具Git
- git 命令之git rebase 用法&git rebase介紹Git
- 【git學習五】git基礎之git分支Git
- Bug-Tracking工具
- 10個迅速提升你 Git 水平的提示Git
- 10 個迅速提升你 Git 水平的提示Git
- makes the current sessionSession
- VS Code 提示 '未找到Git.請安裝Git,或在“git.path”設定中配置'Git
- Windows下配置Git(git命令會提示“不是內部或外部命令)WindowsGit
- gc current block pin time gc current block flush time 疑惑GCBloC
- mysql CURRENT_TIMESTAMP 和ON UPDATE CURRENT_TIMESTAMPMySql
- Git基礎命令之git rebase命令Git
- Git詳解之五:分散式GitGit分散式
- Git詳解之七:自定義GitGit
- oracle 的 BLOCK CHANGE TRACKINGOracleBloC
- Oracle Block Change Tracking功能OracleBloC
- git學習之git reflog和git cherry-pickGit
- Git中級使用者的25個提示Git
- 使用git pull提示refusing to merge unrelated historiesGit
- git push 到遠端倉庫提示Permission deniedGit
- 專案提示錯誤找不到git檔案Git
- Git 中級使用者的25個提示Git
- [Information Security] What is WEPORM
- Oracle Lock Information QueriesOracleORM
- git操作之四:git branch(本地倉庫)Git
- Git詳解之九:Git內部原理Git
- git pull如果提示merge衝突,先進行git reset --hard origin/master 後再git pullGitAST
- [pl sql] where current ofSQL
- 【git學習二】git基礎之git管理本地專案Git
- Git 操作之rebase、squashGit