Merge pull request #112 from consul/clone_consistency
Use the same URL to clone the repo everywhere
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:
|
||||
|
||||
```bash
|
||||
git clone git@github.com:consul/consul.git
|
||||
git clone https://github.com/consul/consul.git
|
||||
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:
|
||||
|
||||
```bash
|
||||
git clone git@github.com:consul/consul.git
|
||||
git clone https://github.com/consul/consul.git
|
||||
cd consul
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user