外部でホストされている空のリポジトリを取得しました。私は今、そのオリジンによってソース管理されている 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"
オリジンはまだ空のリポジトリであるため、わかりません。
したがって、バージョン管理されているフォルダーにmavenプロジェクトを作成/使用するようにintellijに指示するにはどうすればよいですか?