gitlab查看、修改用户和邮箱,gitlab生成密钥

查看用户、邮箱

git config user.name

git config user.email
修改用户、邮箱

git config --global user.name "xxx"

git config --global user.email "[email protected]"
生成ssh密钥

ssh-keygen -t rsa -C "[email protected]"
查看SSH秘钥

cat ~/.ssh/id_rsa.pub
将秘钥复制,然后打开GitLab,单击settings->SSH Keys,把内容粘贴到key中,点击Add key按钮添加完成。

相关推荐
Thinbug17 小时前
群晖Nas - Docker(ContainerManager)上安装GitLab
docker·容器·gitlab
最美dee时光1 天前
gitlab-runner 如何配置使用 Overwrite generated pod specifications
gitlab
今夕节度使1 天前
通过 VS Code 连接 GitLab 并上传项目
git·elasticsearch·gitlab
leblancAndSherry2 天前
Gitlab + Jenkins 实现 CICD
linux·运维·docker·kubernetes·gitlab·jenkins
星释2 天前
Yii2项目自动向GitLab上报Bug
前端·gitlab·bug·yii
星释5 天前
如何自动部署GitLab项目
gitlab
keson要进步5 天前
CICD实战(二)-----gitlab的安装与配置
linux·运维·gitlab
猫头虎5 天前
[特殊字符]解决 “IDEA 登录失败。不支持早于 14.0 的 GitLab 版本” 问题的几种方法
java·ide·网络协议·http·https·gitlab·intellij-idea
风早君5 天前
jenkins集成gitlab发布到远程服务器
服务器·gitlab·jenkins
大白要努力!7 天前
在 Android Studio 中使用 GitLab 添加图片到 README.md
android·gitlab·android studio