Skip to content

Commit

Permalink
2017-02-08补充Git常见问题
Browse files Browse the repository at this point in the history
  • Loading branch information
judasn committed Feb 8, 2017
1 parent 69513ff commit 75beb66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vcs-introduce.md
Expand Up @@ -143,7 +143,10 @@ SVN 的这个窗口有的 IntelliJ IDEA 上叫 `Changes`,有的叫 `Version Co
总的来说,SVN 这个功能用来管理和审查开发团队中人员的代码是非常好用的,所以非常非常建议你一定要学会该功能。


## Git 常见问题

- 更新的时候报:`Can't update: no tracked branch`
- 解决办法:打开 git-bash(路径:C:\Program Files\Git\git-bash.exe),切换到这个更新不下来的项目的根目录,然后输入:`git branch --set-upstream-to origin/master master`,回车之后重新回到 IntelliJ IDEA 进行更新,正常就可以了。



Expand Down

0 comments on commit 75beb66

Please sign in to comment.