1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 07:10:05 +08:00
SpaceVim/docs/cn/git/repos/SpaceVim.md

23 lines
499 B
Markdown
Raw Normal View History

2024-06-02 22:33:26 +08:00
---
2024-07-12 07:41:15 +08:00
title: "源码仓库"
2024-06-02 22:33:26 +08:00
description: "SpaceVim 源代码"
lang: zh
---
2024-07-16 23:05:07 +08:00
# [开发者文档](../../../development/) > 源码仓库
2024-06-02 22:33:26 +08:00
SpaceVim 的源码托管于在线仓库,可以克隆至本地查看源码。
```
git clone https://spacevim.org/git/repos/SpaceVim/
```
由于代码早期托管于 GitHub因此对于部分老用户需要手动修改远程仓库地址
```
cd ~/.SpaceVim
git remote set-url origin https://spacevim.org/git/repos/SpaceVim/
```