File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -87,15 +87,16 @@ cat ~/.ssh/id_rsa.pub
87
87
> * Mac OS: ` Cmd-c ` to copy and ` Cmd-v ` to paste.
88
88
> * FireFox/IE may not support clipboard permissions properly.
89
89
90
- 2 ) Select and copy the key output in the clipboard.
90
+ 2 ) Select and copy the SSH key output to your clipboard.
91
+ 3 ) Next, follow the steps to add the SSH key to your preferred account type:
91
92
92
93
+ [ GitHub] ( https://docs.github.com/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account )
93
94
94
- + [ GitLab] ( https://docs.gitlab.com/ee/ssh/#adding -an-ssh-key-to-your-gitlab-account )
95
+ + [ GitLab] ( https://docs.gitlab.com/ee/user/ssh.html#add -an-ssh-key-to-your-gitlab-account )
95
96
96
97
+ [ Azure DevOps] ( /azure/devops/repos/git/use-ssh-keys-to-authenticate#step-2--add-the-public-key-to-azure-devops-servicestfs ) Start at ** Step 2** .
97
98
98
- + [ BitBucket] ( https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/#SetupanSSHkey-ssh2 ) . Start at ** Step 4** .
99
+ + [ BitBucket] ( https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/#SetupanSSHkey-ssh2 ) . Follow ** Step 4** .
99
100
100
101
### Clone the Git repository with SSH
101
102
You can’t perform that action at this time.
0 commit comments