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