Spaces:
Paused
Paused
添加 Git 远程仓库配置说明
Browse filesUltraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
AGENTS.md
CHANGED
|
@@ -27,3 +27,8 @@
|
|
| 27 |
docker build -t hf-framework .
|
| 28 |
docker run -p 7860:7860 hf-framework
|
| 29 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
docker build -t hf-framework .
|
| 28 |
docker run -p 7860:7860 hf-framework
|
| 29 |
```
|
| 30 |
+
|
| 31 |
+
## Git Remote
|
| 32 |
+
- 标准: `git@hf.co:spaces/airsltd/hf-framework`
|
| 33 |
+
- Airsltd 账号推送: `git@hf.co-airsltd:spaces/airsltd/hf-framework`
|
| 34 |
+
(需要在 ~/.ssh/config 中配置 hf.co-airsltd 主机别名)
|