idea导入git项目后文件标红了
导入项目后控制台的提示
Unknown Natures Detected
Imported projects contain unknown natures:
。。。。
Some settings may be lost after import.
导入时的选项
阿神2017-04-18 09:55:37
Is it a maven project? If you run the command from the terminal:
mvn idea:idea
Or use idea to open pom.xml directly
黄舟2017-04-18 09:55:37
What project are you importing? Eclipse or maven? If it is neither, it will be more troublesome. . .