Typo in Guide to Git Private Repo Docs - "Create the SSH Configuration File" Step - Add not Run
There's a typo in one step of the Guide to Git" - Set Up Access to Private Repositories.
Step 4 of that section says:
[QUOTE]Open
with the text editor of your choice and run the following command where
is the name of your repository:
But you don't "run" a command at that step, you "add" the Host and IdentityFile definitions to the config file by editing it. So, it should read: [QUOTE]Open
with the text editor of your choice and add the following lines where
is the name of your repository:
Not sure where to post corrections to the cPanel docs, so posting here.
~/.ssh/config
with the text editor of your choice and run the following command where
testing
is the name of your repository:
Host remote-git-repo-domain.tld
IdentityFile ~/.ssh/testing
But you don't "run" a command at that step, you "add" the Host and IdentityFile definitions to the config file by editing it. So, it should read: [QUOTE]Open
~/.ssh/config
with the text editor of your choice and add the following lines where
testing
is the name of your repository:
Host remote-git-repo-domain.tld
IdentityFile ~/.ssh/testing
Not sure where to post corrections to the cPanel docs, so posting here.
Please sign in to leave a comment.
Comments
0 comments