ScalaConsultants / zio-scala2-quickstart.g8

A Giter8 template for a fully functional, ready to deploy ZIO-based microservice.
Creative Commons Zero v1.0 Universal
90 stars 18 forks source link

win10 use zio-akka-quickstart.g8 template, report error! #216

Open vzhougm opened 3 years ago

vzhougm commented 3 years ago

Invalid path: src/main/g8/src/main/scala/$package$/domain/$if(add_caliban_endpoint.truthy || add_server_sent_events_endpoint.truthy || add_websocket_endpoint.truthy)$Subscriber.scala$endif$

windmeup commented 3 years ago

git config core.protectNTFS false

look at: https://stackoverflow.com/questions/63727594/github-git-checkout-returns-error-invalid-path-on-windows

lemastero commented 3 years ago
git config --global core.protectNTFS false

did not helped on Windows 10 pro