在终端l中输入ssh,如果有消息弹出说明安装成功。
// 在任意路径打开GIT BASH,执行以下命令,期间所有询问可以直接Enter跳过
ssh-keygen -t rsa -C "注册Gitlab的邮箱" “”之内可以任何文字,备注提示作用。
设置用户名和邮箱
已经设置的可以检查一下。
#设置用户名为Thenema
git config --global user.name "zhangsan"
#查看当前用户名
git config --global user.name
#设置邮箱没Thenema@qq.com
git config --global user.email "zhangsan@qq.com"
#查看当前邮箱
git config --global user.email
第一个错误:
no matching host key type found. Their offer: ssh-rsa,ssh-dss fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
修改ssh_config,以记事本打开修改另存。