返回顶部
扩大
缩小

人外有人天外有天

2019年12月31日

【node】【ubuntu】安装node、npm ubuntu18.04

摘要: node 首先下载10.x版本的node,比如安装10.x wget -qO- https://deb.nodesource.com/setup_10.x | sudo -E bash - sudo apt-get install -y nodejs # 查看版本 node -v npm 安装新版本 阅读全文

posted @ 2019-12-31 10:45 笔记是研究的开始 阅读(776) 评论(0) 推荐(0) 编辑

[xuperunion] 安装和启动节点 ubuntu18.04

摘要: 下载源码 从github下载,官方网址:git clone https://github.com/xuperchain/xuperunion.git # github下载 git clone https://github.com/xuperchain/xuperunion.git 查看具体说明请点击 阅读全文

posted @ 2019-12-31 10:21 笔记是研究的开始 阅读(257) 评论(0) 推荐(0) 编辑

[vscode] vscode的goproxy代理设置 ubuntu18.04

摘要: 设置代理下载所需的包 #ubuntu export GOPROXY=https://goproxy.io 阅读全文

posted @ 2019-12-31 09:52 笔记是研究的开始 阅读(3263) 评论(0) 推荐(0) 编辑

【github】ubuntu18.04 配置github

摘要: 配置账户 配置用户名和邮箱 # 用户名 git config --global user.name "doreamon95" # 邮箱 git config --global user.email doreamon95@163.com 添加SSH keys 生成SSH key 默认保存位置是 /ro 阅读全文

posted @ 2019-12-31 00:01 笔记是研究的开始 阅读(560) 评论(0) 推荐(0) 编辑

导航