1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 13:00:04 +08:00
SpaceVim/docs/cn/git/repos/SpaceVim.md
2024-06-02 22:33:26 +08:00

23 lines
459 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "源代码"
description: "SpaceVim 源代码"
lang: zh
---
# SpaceVim 源代码
SpaceVim 的源码托管于在线仓库,可以克隆至本地查看源码。
```
git clone https://spacevim.org/git/repos/SpaceVim/
```
由于代码早期托管于 GitHub因此对于部分老用户需要手动修改远程仓库地址
```
cd ~/.SpaceVim
git remote set-url origin https://spacevim.org/git/repos/SpaceVim/
```