我有一个外部托管的空存储库。我现在想在本地创建一个由该来源控制的源代码控制的 intellij/maven 托管 Java 项目。
我试过了:
1>check out from source control
2>"would you like to create an IDEA proect for the sources you have checked out?" - YES
3>import from external model
4>configure stuff
5>select maven projects to import
现在我被卡住了,因为列表是空的。
我也试过
1> setting up the maven project manually
2> initializing the git repository in root directory
3> adding origin
4> importing project into intellij
5> configuring the root directory, as suggested by intellij, for git
6> committing changes
7> selecting push (cvs -> git -> push) -> "no changes to push"
我不明白,因为原点仍然是一个空的存储库。
因此,我如何告诉 intellij 在受版本控制的文件夹中创建/使用 maven 项目?