1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:50:06 +08:00

chore(install): switch to gitlab

This commit is contained in:
wsdjeg 2023-09-24 20:01:13 +08:00
parent 7cceee2793
commit f7ebfb455e
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ fetch_repo () {
success "SpaceVim 更新已完成"
else
info "正在安装 SpaceVim..."
git clone https://github.com/SpaceVim/SpaceVim.git "$HOME/.SpaceVim"
git clone https://gitlab.com/SpaceVim/SpaceVim.git "$HOME/.SpaceVim"
success "SpaceVim 安装已完成"
fi
}

View File

@ -143,7 +143,7 @@ fetch_repo () {
success "Successfully update SpaceVim"
else
info "Trying to clone SpaceVim"
git clone https://github.com/SpaceVim/SpaceVim.git "${XDGSpaceDir:-}"
git clone https://gitlab.com/SpaceVim/SpaceVim.git "${XDGSpaceDir:-}"
if [ $? -eq 0 ]; then
success "Successfully clone SpaceVim"
else