1.在GitLab上创建仓库
2.eclipse生成SSHKey
生成私钥和公钥
3.将公钥黏贴到gitLab上
4.用sshkey的方式提交代码
先提交到本地仓库
然后team->remote->push->addAll…提交即可,集体具体的看:
https://www.cnblogs.com/wavky/p/egit-ssh.html
Eclipse提交到GitLab——用SSHKey的方式
最新推荐文章于 2024-06-20 14:43:46 发布
1.在GitLab上创建仓库
2.eclipse生成SSHKey
生成私钥和公钥
3.将公钥黏贴到gitLab上
4.用sshkey的方式提交代码
先提交到本地仓库
然后team->remote->push->addAll…提交即可,集体具体的看:
https://www.cnblogs.com/wavky/p/egit-ssh.html