您现在的位置是:首页 >其他 >XuperChain搭建+报错+注意事项网站首页其他

XuperChain搭建+报错+注意事项

阿雄不会写代码 2024-10-07 12:01:05
简介XuperChain搭建+报错+注意事项

安装依赖

golang

这里安装的是15-17版本

wget -c https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O - | sudo tar -xz -C /usr/local

 添加环境变量

这个可以通过添加下面的行到/etc/profile文件(系统范围内安装)或者$HOME/.profile文件(当前用户安装

vim /etc/profile
或者
vim ~/.profile

export PATH=$PATH:/usr/local/go/bin

刷新环境变量

source ~/.profile
export GOPROXY=https://goproxy.cn,direct

git

sudo apt install -y git

curl 

这里会报错,所以下载一个

sudo apt install -y curl

风语者!平时喜欢研究各种技术,目前在从事后端开发工作,热爱生活、热爱工作。