Skip to content

Commit 8bd7d49

Browse files
author
Vadim Vinogradov
authored
fix: change SSH to HTTPS clone in Readme (#1411)
Using `git clone [email protected]...` 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).
1 parent 10ed910 commit 8bd7d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See the [Vue Docs Writing Guide](https://v3.vuejs.org/guide/writing-guide.html)
1111
1. Clone repository
1212

1313
```bash
14-
git clone git@github.com:vuejs/docs.git
14+
git clone https://github.com/vuejs/docs.git
1515
```
1616

1717
2. Install dependencies

0 commit comments

Comments
 (0)