git push 权限被拒绝

git push 权限被拒绝

我有一个Ubuntu 18.0.4虚拟机,我想将我的代码推送到我在 gitlab 中创建的 git。

我已经做了什么

  1. 安装 git
  2. 创建 ssh-key
  3. 将我的 ssh-key 添加到 gitlab
  4. 在 gitlab 中创建存储库
  5. git init
  6. git remote 添加原点 the_git_link
  7. sudo git 添加。
  8. sudo git commit -m“ msg”

我坚持的

  1. sudo git push origin master

Ubuntu 终端的错误消息

[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

相关内容