Permission denied, please try again.权限被拒绝
Please make sure you have the correct access rights
and the repository exists.请确保您具有正确的访问权限
并且存储库存在。
执行
ssh-keygen -t rsa -C "zhangsan"
生成
Your identification has been saved in /home/python/.ssh/id_rsa.
Your public key has been saved in /home/python/.ssh/id_rsa.pub.
然后
vim /home/python/.ssh/id_rsa.pub
复制里面内容
gitlib 或 github < settings < SSH Keys < 看到如下页面