Conscript fails to install giter8 on MacOS
See original GitHub issuesteps
Trying to install giter8 locally using conscript (since brew
no longer will, see also https://github.com/foundweekends/giter8/issues/475).
MacOS 11.2.3, conscript 0.5.5, sbt 1.5.0.
problem
giter8 won’t download, let alone install.
stack trace
% cs foundweekends/giter8
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jboss.netty.util.internal.ByteBufferUtil (file:/Users/jasperstein/.conscript/boot/scala-2.11.12/org.foundweekends.conscript/conscript/0.5.5/netty-3.9.2.Final.jar) to method java.nio.DirectByteBuffer.cleaner()
WARNING: Please consider reporting this to the maintainers of org.jboss.netty.util.internal.ByteBufferUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
An unexpected error occurred: Please check your internet connection.
Exception message: https://api.github.com/repos/foundweekends/giter8/git/refs/heads/master
expectation
giter8 is installed
notes
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
How do I install and use Scrooge - Stack Overflow
I created a giter8 template for you. Install conscript. curl https://raw.github.com/n8han/conscript/master/setup.sh | sh. Install giter8.
Read more >[Solved]-Installing Scala's compiler, sbt, on a Mac gives me a ...
Coding example for the question Installing Scala's compiler, sbt, on a Mac gives me a ... Error during sbt execution while installing giter8...
Read more >How to create an SBT project directory structure with a shell ...
Giter8 currently uses a Java installer. Installing it on a Mac OS X system failed when I double-clicked the JAR file, but when...
Read more >sbt Reference Manual — Combined Pages
Head over to the installation steps for macOS, Windows, or Linux. ... IntelliJ can be configured to use the Scala compiler for error...
Read more >eed3si9n
Fixes test framework loading failure not failing the build #6806 by @eed3si9n ... As the starter, it will pick up maintenance of conscript,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I will update it ASAP, don’t worry.
It does 👍 Thanks!
However the official documentation at http://www.foundweekends.org/giter8/setup.html only mentions brew and conscript, both of which do not work. (So this is more a documentation issue than anything else)