3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

EclipseでGitlabとSSH通信の設定

Last updated at Posted at 2020-09-27

Step1. EclipseにSSHの設定を行う

クライアント端末にあるEclipseにて下記操作を行います。
Windows -> Preferences -> General

image.png

image.png

Step2. Gitlabに公開鍵を登録します。

image.png

メモ帳でid_rsa.pubを開き、公開鍵のテキストをコピーします。
image.png

Gitlabへアクセスし、Add SSH keyをクリックします。
image.png

image.png

プロジェクトへ移動し、Clone -> Clone with SSHをコピーします。
image.png

image.png

Clone URI
image.png

GitlabでコピーしたSSHをURIへペストします。User:git, Password:blankのままでOKです。
image.png

参考リンク

https://itsakura.com/eclipse-github-clone-push
https://stackoverflow.com/questions/38920146/git-clone-through-nginx-proxy-for-gitlab-server-is-not-working
https://tektips.xyz/2019/09/fixed-how-to-enable-ssh-for-gitlab-docker-nginx-reverse-proxy/
https://help.directadmin.com/item.php?id=691

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?