哈喽,新年好呀! 今天我又来更新一点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
git push -u origin master Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 似乎GitHub for Windows 设置的ssh key在命令行下就不能用.只需在Git Bash配置SSH KEY就可以解决 参
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