在使用git的时候出现一下报错
解决方法,切换目录到.ssh目录
cd ~/.ssh
查看该目录下的id_rsa.pub文件
cat ~/.ssh/id_rsa.pub
复制该内容然后添加到github的ssh私钥上。