@@ -7,21 +7,21 @@ Follow the steps below to create a Linux Foundation account.
7
7
8
8
1 . Go to the [ Linux Foundation ID website] ( https://identity.linuxfoundation.org/ ) .
9
9
10
- 1 . Select the option ` I need to create a Linux Foundation ID ` .
10
+ 2 . Select the option ` I need to create a Linux Foundation ID ` .
11
11
12
- 1 . Fill out the form that appears:
12
+ 3 . Fill out the form that appears:
13
13
14
- 1 . Open your email account and look for a message with the subject line:
14
+ 4 . Open your email account and look for a message with the subject line:
15
15
"Validate your Linux Foundation ID email".
16
16
17
- 1 . Open the received URL to validate your email address.
17
+ 5 . Open the received URL to validate your email address.
18
18
19
- 1 . Verify the browser displays the message `You have successfully
19
+ 6 . Verify the browser displays the message `You have successfully
20
20
validated your e-mail address`.
21
21
22
- 1 . Access ` Gerrit ` by selecting ` Sign In ` :
22
+ 7 . Access ` Gerrit ` by selecting ` Sign In ` :
23
23
24
- 1 . Use your Linux Foundation ID to Sign In:
24
+ 8 . Use your Linux Foundation ID to Sign In:
25
25
26
26
## Configuring Gerrit to Use SSH
27
27
@@ -59,13 +59,13 @@ account:
59
59
60
60
1 . Go to [ Gerrit] ( https://gerrit.hyperledger.org/r/#/admin/projects/fabric ) .
61
61
62
- 1 . Click on your account name in the upper right corner.
62
+ 2 . Click on your account name in the upper right corner.
63
63
64
- 1 . From the pop-up menu, select ` Settings ` .
64
+ 3 . From the pop-up menu, select ` Settings ` .
65
65
66
- 1 . On the left side menu, click on ` SSH Public Keys ` .
66
+ 4 . On the left side menu, click on ` SSH Public Keys ` .
67
67
68
- 1 . Paste the contents of your public key ` ~/.ssh/id_rsa.pub ` and click
68
+ 5 . Paste the contents of your public key ` ~/.ssh/id_rsa.pub ` and click
69
69
` Add key ` .
70
70
71
71
** Note:** The ` id_rsa.pub ` file can be opened with any text editor. Ensure
@@ -96,7 +96,7 @@ name of the public key file you generated.
96
96
1 . Ensure that SSH has been set up properly. See
97
97
` Configuring Gerrit to Use SSH ` for details.
98
98
99
- 1 . Clone the repository with your Linux Foundation ID (<LFID >):
99
+ 2 . Clone the repository with your Linux Foundation ID (<LFID >):
100
100
101
101
```
102
102
git clone ssh://<LFID>@gerrit.hyperledger.org:29418/fabric fabric
0 commit comments