We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69513ff commit 75beb66Copy full SHA for 75beb66
vcs-introduce.md
@@ -143,7 +143,10 @@ SVN 的这个窗口有的 IntelliJ IDEA 上叫 `Changes`,有的叫 `Version Co
143
总的来说,SVN 这个功能用来管理和审查开发团队中人员的代码是非常好用的,所以非常非常建议你一定要学会该功能。
144
145
146
+## Git 常见问题
147
148
+- 更新的时候报:`Can't update: no tracked branch`
149
+ - 解决办法:打开 git-bash(路径:C:\Program Files\Git\git-bash.exe),切换到这个更新不下来的项目的根目录,然后输入:`git branch --set-upstream-to origin/master master`,回车之后重新回到 IntelliJ IDEA 进行更新,正常就可以了。
150
151
152
0 commit comments