其他分享
首页 > 其他分享> > IDEA之The directory xxxxx is under Git, but is not registered in the Settings.

IDEA之The directory xxxxx is under Git, but is not registered in the Settings.

作者:互联网

IDEA之The directory xxxxx is under Git, but is not registered in the Settings.

问题场景

在IDEA中,从Git检出Maven项目后,项目出现以下提示:
在这里插入图片描述

问题原因

对于这个问题,原因是因为IDEA内置了VCS版本控制,但项目本身在IDEA中没有配置VCS相关配置。

解决方案

点击该提示下发的Configure–>点击未注册项目–>点击“+”–>配置项目路径即可。
在这里插入图片描述
在这里插入图片描述

https://blog.csdn.net/xintonghanchuang/article/details/90583697

标签:Git,项目,registered,Settings,IDEA,点击,under,xxxxx
来源: https://www.cnblogs.com/sunny3158/p/16054144.html