哈喽,新年好呀! 今天我又来更新一点github的内容啦~~ windows版本 一.打开git shell,输入指令操作ssh-keygen -t rsa -C “你的注册邮箱”,然后回车回车回车,就告诉你公钥和私钥的本地地址啦~~ id_rsa 为私钥 id_rsa.pub 为公钥 私钥本地地址:Your identification has been saved in /c/Users/Administrator/.ssh/id_rsa 公钥本地地址:Your public key h
Step 1: Check for SSH keys First, we need to check for existing ssh keys on your computer. Open up Git Bash and run: cd ~/.ssh ls # Lists the files in your .ssh directory Check the directory listing to see if you have a file named either id_rsa.pub o
root@debian64:/home/xiaoliuzi/.ssh/key_backup# ssh -T git@github.com The authenticity of host 'github.com (192.30.252.131)' can't be established. RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48. Are you sure you want to continu
3 生成SSH公钥 $ ssh-keygen -t rsa -C "your_email@youremail.com" #ssh-keygen -t dsa -C "your_email@youremail.com" # Creates a new ssh key using the provided email Generating public/private rsa key pair. Enter file in which to save the k
1.背景介绍 缘由:在github上下载goagent时出现错误. 在终端使用命令:git clone git@github.com:phuslu/goagent.git 会报权限错误如下: Cloning into 'goagent'... The authenticity of host 'github.com (192.30.252.128)' can't be established. RSA key fingerprint is ::ac:a5:::2d:::1b::4d:eb:. A