4
自分の環境にdelveをインストールしようとしています。 しかし、delveは起動に失敗し、私はこの問題を解決できません。Mac OSXでGO for delveをインストールする
OS:OSXヨセミテ10.10.4
ダーウィンカーネルバージョン14.4.0
$GOPATH/bin/dlv debug main.go
could not launch process: could not fork/exec
https://github.com/derekparker/delve/wiki/Building
私はURL上記の手順以下の掘り下げをインストールしました。 インストールが成功し、rootユーザーで適切に開始されます。 Delveはrootユーザー以外のエラーを返します。
1)私は認定を作成し、アプリケーション
2を締結している)私は直前のコマンドを作るが、それはメイクした後、再度起動しtaskgated殺します。
3)これらのファイルの名前を変更すると、このコマンドは失敗します。 /System/Library/LaunchDaemons/com.apple.taskgated-helper.plist /System/Library/LaunchDaemons/com.apple.taskgated.plist
codesign -s "dlv-cert" /Users/murotanimari/work/bin/dlv
error: One or more parameters passed to a function were not valid.
あなたはECCを作成しましたをインストールします証明書 偶然に? (デフォルトのRSAではなく) – phayes