git安装配置与基本使用 git的安装配置与基本使用文章目录git的安装配置与基本使用一、安装git1. 检查是否安装2. CentOS安装git3. Ubuntu安装git4. Mac安装git4.1 brew安装4.2 客户端安装5. Windows安装git二、创建ssh key、配置git1. 设置username和email2. 检查是否已经有ssh秘钥3. 创建ssh key4. 复制id_rsa.pub文件...
contos7/ubuntu18.04/macOs/windows10安装Docker及Dokcer-compose 文章目录一、介绍二、安装dockercontos中安装ubuntu中安装mac 中安装Homebrew 安装手动下载安装windows中安装启用Hyper-V三、docker-compose安装在 CentOS 中安装 Docker-compose安装epel源安装docker-compose查看版本信息在 Ubuntu 中安装 Docker-compose下载docker-compose授权查看...
golang.org/x/net/trace重复错误 使用grpc进行开发时,启动grpc client报错如下:panic: /debug/requests is already registered. You may have two independent copies of golang.org/x/net/trace in your binary, trying to maintain separate state. This may i...