mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-13 19:57:58 +08:00
20 lines
513 B
Markdown
20 lines
513 B
Markdown
---
|
|
title: "Git Repository"
|
|
description: "The source code of SpaceVim."
|
|
---
|
|
|
|
# [Development](../../../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/
|
|
```
|