[email protected]: Permission denied (publickey)解决方案(简单粗暴)

1.输入ssh-keygen -t rsa -C “[email protected]",其中“”中填上在github中的邮箱
2.然后一直enter,不用考虑提示
3.输入cat ~/.ssh/id_rsa.pub,出来的就是SSH Key

你可能感兴趣的:(git,github)