问题1:
git@gitlab.gz.cvte.cn: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
解决方法:
这个错误表示 GitLab 服务器拒绝了你的 SSH 连接,原因是你没有提供有效的公钥。你可以按照以下步骤来解决这个问题:
1. 在你的本地机器上生成一个新的 SSH 密钥。你可以使用 ssh-keygen 命令来生成一