clj-on-windows

For those interested in making clj on Windows https://dev.clojure.org/jira/browse/TDEPS-67. Also see https://github.com/littleli/scoop-clojure.
elecbuggy 2019-04-18T07:11:43.016100Z

.\win-install-1.10.0.442.ps1 : File C:\Users\a5566\Desktop\win-install-1.10.0.442.ps1 cannot be loaded. The file C:\Users\a5566\Desktop\win-install-1.10.0.442.ps1 is not digitally signed. You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at https://go.microsoft.com/fwlink/?LinkID=135170. At line:1 char:1 + .\win-install-1.10.0.442.ps1 + + CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess

elecbuggy 2019-04-18T07:12:16.016600Z

anyone can help me?

seancorfield 2019-04-18T07:55:42.017700Z

@elecbuggy Did you follow the troubleshooting suggestions here https://github.com/clojure/tools.deps.alpha/wiki/clj-on-Windows ? That error indicates you need to change the security policy for the process.