Commit 0321fd7f authored by Mike Jang's avatar Mike Jang

Merge branch 'patch-97' into 'master'

Update gitlab docs deploy_tokens index.md to use https as git clone url for better security

See merge request gitlab-org/gitlab!29889
parents 5dbb2845 d974b1b4
......@@ -65,7 +65,7 @@ To download a repository using a Deploy Token, you just need to:
1. `git clone` the project using the Deploy Token:
```shell
git clone http://<username>:<deploy_token>@gitlab.example.com/tanuki/awesome_project.git
git clone https://<username>:<deploy_token>@gitlab.example.com/tanuki/awesome_project.git
```
Replace `<username>` and `<deploy_token>` with the proper values.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment