git clone 的时候报错提示ssh key 错误
fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
cd .ssh ls rm -rf ./* ls ssh-keygen cat id_rsa.pub
以上及生成自定义ssh key方式 如果没输入username 终端则会找本机的name 然后重新生成
ssh key 分成三部分。第一部分为协议 第二部分为key 第三部分则为自动生成的name。可以尝试



