在Mac OS X 10.9.4上使用IntelliJ IDEA 13.1.4和Scala插件0.41.2创建sbt项目时,发生了以下错误:
下载模块描述符时出现[warn]问题: http://repo1.maven.org/maven2/org/scalatest/scalatest_2.11/2.2.1/scalatest_2.11-2.2.1.pom: /Users/.../.ivy2/cache/org.scalatest/scalatest_2.11/ivy-2.2.1.xml.original.part (许可被拒绝)(384ms)
阻止刷新项目依赖项。
可能是什么问题和解决方案?
答案 0 :(得分:3)
我认为你曾经使用sudo
运行sbt / activator / IDEA,这搞砸了本地回购的权限,使root
成为所有者。
检查~/.sbt
和~/.ivy2
的权限,以允许当前用户读取和写入目录文件。