Skip to content

Instantly share code, notes, and snippets.

@eed3si9n
Created October 17, 2019 23:14
Show Gist options
  • Save eed3si9n/4768044f9624683ca61ceb20e97b660f to your computer and use it in GitHub Desktop.
Save eed3si9n/4768044f9624683ca61ceb20e97b660f to your computer and use it in GitHub Desktop.
Cygwin issue
$ sbt
[info] Loading settings for project global-plugins from foo.sbt ...
[info] Loading global plugins from C:\Users\eed3si9n\.sbt\1.0\plugins
[info] Loading project definition from C:\cygwin64\home\eed3si9n\work\hello\project
[info] Compiling 1 Scala source to C:\cygwin64\home\eed3si9n\work\hello\project\target\scala-2.12\sbt-1.0\classes ...
[info] Done compiling.
[info] Loading settings for project root from build.sbt ...
[info] Set current project to Hello (in build file:/C:/cygwin64/home/eed3si9n/work/hello/)
[error] java.io.IOException: Could not create directory C:\cygwin64\home\eed3si9n\work\hello\target\streams\_global\_global\checkBuildSources\_global\inputFileStamps: java.nio.file.AccessDeniedException: C:\cygwin64\home\eed3si9n\work\hello\target\streams\_global\_global\checkBuildSources\_global
[error] Use 'last' for the full log.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment