2024-03-02 22:59:32 +08:00
|
|
|
---
|
2024-07-12 07:41:15 +08:00
|
|
|
title: "Git Repository"
|
2024-03-02 22:59:32 +08:00
|
|
|
description: "The source code of SpaceVim."
|
|
|
|
---
|
|
|
|
|
2024-07-16 23:05:07 +08:00
|
|
|
# [Development](../../../development/) >> Git Repository
|
2024-03-02 22:59:32 +08:00
|
|
|
|
2024-06-02 22:33:26 +08:00
|
|
|
The source code of SpaceVim is hosted in an online repository and can be cloned locally to view the source code.
|
2024-03-02 22:59:32 +08:00
|
|
|
|
|
|
|
```
|
2024-06-02 22:33:26 +08:00
|
|
|
git clone https://spacevim.org/git/repos/SpaceVim/
|
2024-03-02 22:59:32 +08:00
|
|
|
```
|
|
|
|
|
2024-07-12 07:41:15 +08:00
|
|
|
Since the code was previously hosted on GitHub, old users need to modify the remote repository address manually:
|
2024-03-02 22:59:32 +08:00
|
|
|
|
|
|
|
```
|
2024-06-02 22:33:26 +08:00
|
|
|
cd ~/.SpaceVim
|
|
|
|
git remote set-url origin https://spacevim.org/git/repos/SpaceVim/
|
2024-03-02 22:59:32 +08:00
|
|
|
```
|