使用SSH Key在本地和git@OSC 之间建立安全的加密连接时总是返回Permission denied (publickey). 原因:没有读取到刚生成的*.pub文件 一般来说,生成秘钥时给秘钥起名字会自定义 ssh-keygen回车后,提示给ssh秘钥文件起名 Enter file in which to save the key ("当前所在路径"): “给文件
git@github.com: Permission denied (publickey).fatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exists. 已经使用git config设置邮箱和密码,可以说使用