From e1e2ee47bf32c12eb75f90a711f79b1f47767e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Thu, 3 Feb 2022 08:10:10 +0800 Subject: [PATCH] docs: use https:// instead git@ --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c691d3..eba22ea 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ```bash # clone the project -git clone git@github.com:caoxiemeihao/vite-react-electron.git +git clone https://github.com/caoxiemeihao/vite-react-electron.git # open the project directory cd vite-react-electron diff --git a/README.zh-CN.md b/README.zh-CN.md index c9deccb..6a55521 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -19,7 +19,7 @@ ```bash # clone the project - git clone git@github.com:caoxiemeihao/vite-react-electron.git + git clone https://github.com/caoxiemeihao/vite-react-electron.git # enter the project directory cd vite-react-electron