zoukankan      html  css  js  c++  java
  • mac上 go-delve 安装出现The specified item could not be found in the keychain 解决方法

    安装go语言的编译环境,在安装到 delve时候出现如下错误:

    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
    security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain. https://github.com/go-delve/homebrew-delve/issues/19
    Mac install error, OS version 10.12.6, go version go1.8.3 https://github.com/go-delve/homebrew-delve/issues/17
    The specified item could not be found in the keychain https://github.com/go-delve/homebrew-delve/issues/16
    Issue updating to 0.12.2 https://github.com/go-delve/homebrew-delve/issues/12
    dlv-cert: no identity found https://github.com/go-delve/homebrew-delve/issues/1
    Executable does not get installed on MacOS https://github.com/go-delve/homebrew-delve/issues/18
    deps: do not install go if it's available on the system https://github.com/go-delve/homebrew-delve/issues/9
    

     解决方法:

    1. cd $HOME/Library/Caches/Homebrew

    2. 执行 tar xf delve-*.gz

    3 cd 到解压之后的文件夹路径中 (我的是 delve-1.0.0-rc.1 )

    4. 执行 sh scripts/gencert.sh

    5. 最后在重新 执行 brew install go-delve/delve/delve

    一切搞定。安装成功

  • 相关阅读:
    Group Normalization
    Resnet小记
    Mxnet 查看模型params的网络结构
    ResNets和Inception的理解
    基础 | batchnorm原理及代码详解
    交叉熵代价函数原理
    深度学习笔记:优化方法总结(BGD,SGD,Momentum,AdaGrad,RMSProp,Adam)
    机器学习 logistic分类
    ubuntu16.04 安装搜狗输入法
    工作5年半了,最近准备做一些工作的小结了
  • 原文地址:https://www.cnblogs.com/StephenWu/p/7554393.html
Copyright © 2011-2022 走看看