git clone提示Permission denied(publickey)
且.ssh目录下有id_rsa和id_rsa.pub文件,并且此github仓库不是你本人所有,无法在github上添加pub key

git clone时将https://github.com/* 改为https://gitclone.com/github.com/*
就可以正常的clone
版权声明:本文为Nicolas_shen原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
git clone提示Permission denied(publickey)
且.ssh目录下有id_rsa和id_rsa.pub文件,并且此github仓库不是你本人所有,无法在github上添加pub key

git clone时将https://github.com/* 改为https://gitclone.com/github.com/*
就可以正常的clone