From 4cabdf1d3f85c4ba11f6b762a1da1616670cb8fc Mon Sep 17 00:00:00 2001 From: zouzhibing Date: Mon, 25 Apr 2022 15:51:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20feat:=20init=20project?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/push.sh b/push.sh index 8cf0101..a6df02f 100644 --- a/push.sh +++ b/push.sh @@ -4,7 +4,8 @@ set -e git init git add -A git commit -m '🎉 feat: init project' -git push -f "https://${access_token}@gitee.com/yuanzbz/vue-admin-perfect.git" master + +git push -f "https://${access_token}@github.com/zouzhibin/vue-admin-perfect.git" master exec /bin/bash