Lee

Results 3 comments of Lee

1. Clone the repo 2. Make sure sbt is installed 3. In the root dir of the repo run **sbt** 4. When sbt has finished doing its thing you should...

[https://github.com/golang/go/wiki/MacOS12BSDThreadRegisterIssue](https://github.com/golang/go/wiki/MacOS12BSDThreadRegisterIssue) I have a hacky "fix" which works for me. Im only using a tiny subset of functionality though (getting tokens for pushing images and a couple of info commands)...

If you want a horror show of a quick work around you can use `dotnet tool list -g | ForEach-Object {$index = 0} { $index++; if($index -gt 2) { dotnet...