From 1fc61fabcc23409feca64603c5f4fcfa3b909fb4 Mon Sep 17 00:00:00 2001 From: Vadim Vinogradov Date: Tue, 4 Jan 2022 01:00:36 +0400 Subject: [PATCH] Update README.md Using `git clone git@github.com...` notation may lead to an error `Permission denied (publickey) fatal: Could not read from remote repository.` if a user doesn't have a public SSH key stored in their github account. Using `git clone https://` is a 100% error-free solution (it doesn't require any SSH keys). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5443cc56a2..86dc20a48e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ See the [Vue Docs Writing Guide](https://v3.vuejs.org/guide/writing-guide.html) 1. Clone repository ```bash -git clone git@github.com:vuejs/docs.git +git clone https://github.com/vuejs/docs.git ``` 2. Install dependencies