Closed marvin520 closed 7 years ago
Exception in thread "main" java.nio.file.FileSystemException: /opt/elasticsearch/plugins/.DS_Store/plugin-descriptor.properties: 不是目录
.DS_Store是多余的目录,需要删一下
看了一下,仓库里面应该是没有的,应该是你本地自己产生的,建议自己手动删除 find . -name ".DS_Store" -depth -exec rm {} \; mac 禁产生这个文件的方法
find . -name ".DS_Store" -depth -exec rm {} \;
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
Exception in thread "main" java.nio.file.FileSystemException: /opt/elasticsearch/plugins/.DS_Store/plugin-descriptor.properties: 不是目录