idea导入git项目后文件标红了
导入项目后控制台的提示Unknown Natures Detected
Imported projects contain unknown natures: 。。。。 Some settings may be lost after import.
导入时的选项
认证高级PHP讲师
Right click on the project directoryjava make directory as...
Is it imported by idea?
You have not set lib
Is it a maven project? If you run the command from the terminal:
mvn idea:idea
Or use idea to open pom.xml directly
What project are you importing? Eclipse or maven? If it is neither, it will be more troublesome. . .
Do you have the .git file of your project?
Right click on the project directoryjava make directory as...
Is it imported by idea?
You have not set lib
Is it a maven project? If you run the command from the terminal:
Or use idea to open pom.xml directly
What project are you importing? Eclipse or maven? If it is neither, it will be more troublesome. . .
Do you have the .git file of your project?