摘要:
一、Docker 安装 1.下载windows安装包 2.在 Docker Desktop 设置中启用了“Use the WSL 2 based engine”选项 3.docker --version,看到 Docker 的版本信息,表示安装成功 二、启用Kubernetes 1.打开 Docke 阅读全文
摘要:
拉取指定分支代码 git clone -b dev_douyin --single-branch http://*.git 获取分支代码需要以下几个步骤: 1. 克隆远程代码仓库到本地: “` git clone <远程仓库地址> “` 2. 查看分支列表: “` git branch -a “` 阅读全文