在执行make geth报错解决方法

    • 问题详细描述:
    • 详细解决方法
      • 对根据报错提示信息对相关文件夹权限进行修改
      • 2、再次执行`make geth` 检查是否还报错

问题详细描述:

  • Ubuntu 版本:18.04
  • 问题:在编译运行以太坊源码执行make geth命令时报错:go build github.com/ethereum/go-ethereum/cmd/geth: mkdir /home/wjy/Blockchain/go-ethereum/build/bin/: permission denied
    util.go:48: exit status 1
    exit status 1
    Makefile:12: recipe for target ‘geth’ failed
    make: *** [geth] Error 1
  • 详细问题截图

详细解决方法

对根据报错提示信息对相关文件夹权限进行修改

  • sudo chomd -R 777 文件名

2、再次执行make geth 检查是否还报错

  • 发现没有报错了。问题解决