go-delve / homebrew-delve

Homebrew formula for the Delve Go debugger
Apache License 2.0
48 stars 13 forks source link

Delve Install on OSX High Sierra 10.13.1 #24

Closed inigma117 closed 6 years ago

inigma117 commented 6 years ago

2017-11-28 11:03:18 -0600

sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain dlv-cert.cer

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core): https://github.com/go-delve/homebrew-delve/issues

These open issues may also help: Upgrade to delve fails https://github.com/go-delve/homebrew-delve/issues/20

I used the CGO fix from issue #20 and got the same results.

techieshark commented 6 years ago

Did you try the commands found here?

https://github.com/go-delve/homebrew-delve/issues/19#issuecomment-330442033

xnaveira commented 6 years ago

I did and it helped.

bopbi commented 6 years ago

thanks for the hint, it worked on me too