将公钥部署到远程Git仓库(coding.net)

步骤: 1.下载git通用客户端并且安装。 2.右键,在弹出的对话框中选择Git Bash 3.创建本地ssh a)在弹出的终端输入ssh-keygen -t rsa -C "[email protected]",(github注册的邮箱),接下来点击enter键即可(也可以输入密码)。 b)生成的文件保存在C:\Users\Administrator.ssh,文件名:id_rsa(私钥),id_
相关文章
相关标签/搜索