From 6e611d34644c6af5d90209f1d44bd1d3d04bf8e8 Mon Sep 17 00:00:00 2001 From: Chopper Date: Fri, 30 Jul 2021 09:04:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81github=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pushGithub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pushGithub.sh b/pushGithub.sh index f98dafb2..6c14fa03 100644 --- a/pushGithub.sh +++ b/pushGithub.sh @@ -2,7 +2,7 @@ echo '开始推送github' echo '切换git地址' git remote rm origin -git remote add origin git@github.com:hongyehuicheng/lilishop.git +git remote add origin git@github.com:lilishop/lilishop.git echo '设置上传代码分支,推送github' git push --set-upstream origin master --force echo '推送github完成'