Use the same URL to clone the repo everywhere
We were using the SSH URL in the Docker documentation, while using the HTTPS URL everywhere else. The HTTPS URL is the right one in this case because it's meant for people who won't have write access to the repository.
This commit is contained in:
@@ -64,7 +64,7 @@ If you encounter the "WSL 2 installation incomplete" error:
|
|||||||
Clone the repo on your computer and enter the folder:
|
Clone the repo on your computer and enter the folder:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git@github.com:consul/consul.git
|
git clone https://github.com/consul/consul.git
|
||||||
cd consul
|
cd consul
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ Si encuentras el error "WSL 2 installation incomplete":
|
|||||||
Clona el repositorio en tu ordenador y entra en el directorio:
|
Clona el repositorio en tu ordenador y entra en el directorio:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git@github.com:consul/consul.git
|
git clone https://github.com/consul/consul.git
|
||||||
cd consul
|
cd consul
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user