Created
October 17, 2019 23:14
-
-
Save eed3si9n/4768044f9624683ca61ceb20e97b660f to your computer and use it in GitHub Desktop.
Cygwin issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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