我有一个Ubuntu 18.0.4
虚拟机,我想将我的代码推送到我在 gitlab 中创建的 git。
我已经做了什么
- 安装 git
- 创建 ssh-key
- 将我的 ssh-key 添加到 gitlab
- 在 gitlab 中创建存储库
- git init
- git remote 添加原点 the_git_link
- sudo git 添加。
- sudo git commit -m“ msg”
我坚持的
- 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.