1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-14 01:57:58 +08:00
SpaceVim/docs/git/repos/SpaceVim.md
2024-07-12 07:41:15 +08:00

495 B

title description
Git Repository The source code of SpaceVim.

Development >> Git Repository

The source code of SpaceVim is hosted in an online repository and can be cloned locally to view the source code.

git clone https://spacevim.org/git/repos/SpaceVim/

Since the code was previously hosted on GitHub, old users need to modify the remote repository address manually:

cd ~/.SpaceVim
git remote set-url origin https://spacevim.org/git/repos/SpaceVim/