git clone时报错Permission denied (publickey,password). 已经配置了还是提示错误
1)、Ensure the ssh-agent is running:
$ eval $(ssh-agent -s)
Agent pid 59566
2)、Add your SSH private key to the ssh-agent
$ ssh-add ~/.ssh/id_rsa
3)、添加ssh key到github
重新添加下
石家庄栗信科技有限公司前端外包
git clone时报错Permission denied (publickey,password). 已经配置了还是提示错误
1)、Ensure the ssh-agent is running:
$ eval $(ssh-agent -s)
Agent pid 59566
2)、Add your SSH private key to the ssh-agent
$ ssh-add ~/.ssh/id_rsa
3)、添加ssh key到github
重新添加下