Skip to content

Commit

Permalink
Clarify that the clone is over https (#34305)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Aug 14, 2024
1 parent 9552e6c commit 58166a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ To clone a repository, the code will use your {% data variables.product.prodname
git clone https://x-access-token:[email protected]/OWNER/REPO.git
```
The command above clones a repository over HTTP. It requires the full repository name, which includes the repository owner (user or organization) and the repository name. For example, the [octocat Hello-World](https://github.com/octocat/Hello-World) repository has a full name of `octocat/hello-world`.
The command above clones a repository over HTTPS. It requires the full repository name, which includes the repository owner (user or organization) and the repository name. For example, the [octocat Hello-World](https://github.com/octocat/Hello-World) repository has a full name of `octocat/hello-world`.
Open your `server.rb` file. In the code block that starts with `helpers do`, where it says `# ADD CLONE_REPOSITORY HELPER METHOD HERE #`, add the following code:
Expand Down

0 comments on commit 58166a4

Please sign in to comment.