0% found this document useful (0 votes)
7 views

Git Bash configure towards to gitlab

This document provides instructions for configuring Git Bash to connect to GitLab, including downloading Cloudflare, setting up environment variables, configuring SSH, and generating an SSH key. Users are guided to copy their public key into GitLab's SSH settings. The document concludes by stating that the connection setup is complete, allowing users to clone code from GitLab.

Uploaded by

pangziwzl
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Git Bash configure towards to gitlab

This document provides instructions for configuring Git Bash to connect to GitLab, including downloading Cloudflare, setting up environment variables, configuring SSH, and generating an SSH key. Users are guided to copy their public key into GitLab's SSH settings. The document concludes by stating that the connection setup is complete, allowing users to clone code from GitLab.

Uploaded by

pangziwzl
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Git Bash configure towards to gitlab

2023年8月31日 17:11

1. Download Cloudflare.exe from below link.


Accessing Rosetta from Windows (ericssondevops.com)
2. Remove extend words of Cloudflare and place it in your local directory. Such as C:\Users\eid\
3. Add the path to the user environment variables. Like below

4. Ssh config.
Find the ssh config file. You can copy below words from this link. Accessing Rosetta from Windows
(ericssondevops.com)

5. Generate ssh key.


Just use below command, no need add -R.
ssh-keygen -f "C:\Users\<user>\.ssh\known_hosts"

6. Go to gitlab rosetta, choose your personal profile, click Preferences as below.

Then copy your pub key into SSH setting field as below. The key comes fromC:\Users\eid\.ssh\id_rsa.pub

If you encountered other network issue, maybe you need to add the proxy.
Till now the connection between gitlab and your local PC already set up.
You can clone code from gitlab now.

NRJCDP Page 1

You might also like