当前位置:网站首页>Pull branch failed, fatal: 'origin/xxx' is not a commit and a branch 'xxx' cannot be created from it
Pull branch failed, fatal: 'origin/xxx' is not a commit and a branch 'xxx' cannot be created from it
2022-07-06 16:20:00 【Dream height 1.8 meters】
1 problem
2 reason
The remote branch list was not updated , Can't find release_1.9.0 Branch
2.1 git branch -r
View remote branches
You can see that it's not in the list release_1.9.0
3 Update remote branch list
3.1 git remote update origin --prune
or git remote update origin --prune
3.2 git pull
It should also be possible to update the remote branch list
边栏推荐
- Suffix expression (greed + thinking)
- 分享一个在树莓派运行dash应用的实例。
- F - birthday cake (Shandong race)
- 1689. Ten - the minimum number of binary numbers
- (POJ - 2739) sum of constructive prime numbers (ruler or two points)
- Useeffect, triggered when function components are mounted and unloaded
- C language learning notes
- Study notes of Tutu - process
- Acwing: Game 58 of the week
- antd upload beforeUpload中禁止触发onchange
猜你喜欢
Codeforces Round #802(Div. 2)A~D
QT realizes window topping, topping state switching, and multi window topping priority relationship
Penetration test 2 --- XSS, CSRF, file upload, file inclusion, deserialization vulnerability
7-1 understand everything (20 points)
QWidget代码设置样式表探讨
Share an example of running dash application in raspberry pie.
Configuration du cadre flask loguru log Library
Ball Dropping
Analysis of protobuf format of real-time barrage and historical barrage at station B
Differential (one-dimensional, two-dimensional, three-dimensional) Blue Bridge Cup three body attack
随机推荐
b站 實時彈幕和曆史彈幕 Protobuf 格式解析
Educational Codeforces Round 130 (Rated for Div. 2)A~C
Write web games in C language
Suffix expression (greed + thinking)
AcWing:第56场周赛
Radar equipment (greedy)
Openwrt source code generation image
C language is the watershed between low-level and high-level
AcWing:第58场周赛
Codeforces Round #801 (Div. 2)A~C
TCP's three handshakes and four waves
1689. Ten - the minimum number of binary numbers
Interesting drink
QT按钮点击切换QLineEdit焦点(含代码)
Auto. Getting started with JS
QT模拟鼠标事件,实现点击双击移动拖拽等
1903. Maximum odd number in string
2078. Two houses with different colors and the farthest distance
QT实现窗口置顶、置顶状态切换、多窗口置顶优先关系
Sanic异步框架真的这么强吗?实践中找真理