github用户与本地关联
(github错误)fatal: Could not read from remote repository.
Git命令行创建密钥
ssh-keygen -t rsa -C “EMAIL”
修改ssh密钥,修改完成后,将指定路径(我本地路径为(/c/Users/Lunar/.ssh/id_rsa)下的id_rsa.pub文件中的内容复制到github setting ssh-key中)然后重新添加远程地址,重新push即可成功
参考 https://www.jianshu.com/p/29e175a309f3