From 8a7132af342b1fcfb5e1b70b8ce6437498727181 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:15:25 +0800 Subject: [PATCH] docs: 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 377f355..8e7ad23 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You can learn more details by looking at the source code. Trust me, this templat ```bash # clone the project - git clone git@github.com:caoxiemeihao/electron-vue-vite.git + git clone https://github.com/caoxiemeihao/electron-vue-vite.git # enter the project directory cd electron-vue-vite diff --git a/README.zh-CN.md b/README.zh-CN.md index 1592400..60268d3 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -24,7 +24,7 @@ ```bash # clone the project - git clone git@github.com:caoxiemeihao/electron-vue-vite.git + git clone https://github.com/caoxiemeihao/electron-vue-vite.git # enter the project directory cd electron-vue-vite