From 4266d9daf202e9490d3f8d8379784bc5b5073409 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sat, 2 Jul 2022 23:30:36 +0800 Subject: [PATCH] GitConfig // Change GitHub repository URL. --- .gitconfig_backup | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitconfig_backup b/.gitconfig_backup index 6aa489d4..dc40e0bc 100644 --- a/.gitconfig_backup +++ b/.gitconfig_backup @@ -8,13 +8,13 @@ [submodule] active = . [remote "origin"] - url = https://gitee.com/vchewing/vChewing-macOS + url = https://gitee.com/vChewing/vChewing-macOS.git/ fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main [submodule "Source/Data"] - url = https://gitee.com/vchewing/libvchewing-data + url = https://gitee.com/vChewing/libvchewing-data [branch "upd/dev"] remote = origin merge = refs/heads/upd/dev @@ -28,12 +28,12 @@ url = https://jihulab.com/vChewing/vChewing-macOS.git/ fetch = +refs/heads/*:refs/remotes/gitlab/* [remote "github"] - url = https://github.com/ShikiSuen//vChewing-macOS + url = https://github.com/vChewing/vChewing-macOS/ fetch = +refs/heads/*:refs/remotes/github/* [remote "all"] - url = https://gitee.com/vchewing/vChewing-macOS + url = https://gitee.com/vChewing/vChewing-macOS.git/ fetch = +refs/heads/*:refs/remotes/all/* - pushurl = https://gitee.com/vchewing/vChewing-macOS + pushurl = https://gitee.com/vchewing/vChewing-macOS.git/ pushurl = https://gitcode.net/vChewing/vChewing-macOS.git/ pushurl = https://jihulab.com/vChewing/vChewing-macOS.git/ - pushurl = https://github.com/ShikiSuen//vChewing-macOS + pushurl = https://github.com/vChewing/vChewing-macOS/