Skip to content

Commit 156329d

Browse files
Vadim Vinogradovnaokie
Vadim Vinogradov
authored andcommitted
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 c51fccb commit 156329d

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 @@
1111
1. リポジトリをクローンします
1212

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

1717
2. 依存ファイルをインストールします

0 commit comments

Comments
 (0)