【博客367】Git配置ssh

内容: 为git远程仓库配置ssh

先设置用户名和邮箱:git config --global

【博客367】Git配置ssh
生成**:ssh-****** -t rsa -b 4096 -C "邮箱"

【博客367】Git配置ssh
将**文件的内容复制到gitlab上进行粘贴:
【博客367】Git配置ssh
【博客367】Git配置ssh
配置完成,以后操作远程仓库不需要再每次输入密码