Please make sure you have the correct access rights and the repository exists;
原因: SSH有问题。
更新公钥: 删除 .ssh文件夹下的所有内容:
ssh-keygen -t rsa -C "邮箱地址"
一直enter即可。结束会在C盘用户目录结构下生成文件:
复制id_rsa_pub文件中的内容,打开GitLab或者GitHub,更新SSH Keys即可:

Please make sure you have the correct access rights and the repository exists;
原因: SSH有问题。
更新公钥: 删除 .ssh文件夹下的所有内容:
ssh-keygen -t rsa -C "邮箱地址"
一直enter即可。结束会在C盘用户目录结构下生成文件:
复制id_rsa_pub文件中的内容,打开GitLab或者GitHub,更新SSH Keys即可: