Git update does not work in IDEA 11.1 (all versions)
In Version Control Console:
09:14:26.901: cd D:\home\develop\game-server
09:14:26.902: git fetch origin refs/heads/develop:refs/remotes/origin/develop
and then nothing happens
Project contains modules from two different Git roots
D:\home\develop\game-server
D:\home\develop\game-platform
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/../game-platform/core/core.iml" filepath="$PROJECT_DIR$/../game-platform/core/core.iml" />
<module fileurl="file://$PROJECT_DIR$/../game-platform/gameapp-apt/gameapp-apt.iml" filepath="$PROJECT_DIR$/../game-platform/gameapp-apt/gameapp-apt.iml" />
<module fileurl="file://$PROJECT_DIR$/../game-platform/gameapp-common/gameapp-common.iml" filepath="$PROJECT_DIR$/../game-platform/gameapp-common/gameapp-common.iml" />
<module fileurl="file://$PROJECT_DIR$/../utils/utils.iml" filepath="$PROJECT_DIR$/../utils/utils.iml" />
<module fileurl="file://$PROJECT_DIR$/game-server.iml" filepath="$PROJECT_DIR$/game-server.iml" />
</modules>
</component>
请先登录再写评论。
Have you registered both VCS roots in Settings | Version Control ?
Please attach idea.log
As I see you've also openeed an issue: http://youtrack.jetbrains.com/issue/IDEA-83078
Let's cotinue discussion there.