摘要: 前期准备工作:Ubuntu安装Git 1、执行git命令,查看是否已安装git 2、执行 sudo apt-get install git 命令安装git 3、安装完成后进行git配置,输入指令git config --global user.name "xxx"和 git config --glo 阅读全文
posted @ 2021-02-05 15:43 夜空中的萤火虫 阅读(1476) 评论(0) 推荐(0) 编辑
摘要: 搭建环境: 1、安装GO:https://golang.org/dl/ # 在 ~ 下创建 go 文件夹,并进入 go 文件夹 mkdir ~/go && cd ~/go #下载go wget https://golang.org/dl/go1.15.5.linux-amd64.tar.gz #执行 阅读全文
posted @ 2020-12-02 10:22 夜空中的萤火虫 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 安装Docker: curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun 如果curl命令无效,需安装: sudo apt install curl docker需要root权限,如果没有root账户的密码,请执行下面的 阅读全文
posted @ 2020-12-01 10:05 夜空中的萤火虫 阅读(168) 评论(0) 推荐(0) 编辑