1.安装Git
官方地址下载安装包
Git安装链接
2.使用登录
- ip+端口
- 在host中配置
C:\Windows\System32\drivers\etc\host //文件路径
ip csdn.com //新增内容
3.登录站点,添加 Key
4.生成执行命令生成 SSH Key
ssh-keygen -t rsa -C “替换成你的邮箱地址” -b 4096
-
1.打开 power shell 或者 GitBash 执行命令
-
2.然后一路回车
5.复制 Key 到 git
type .ssh\id_rsa.pub |clip #执行复制命令
6.回到浏览器,Add an SSH key 界面
#右键粘贴 key (paste you key)
#然后点击 add key 按钮