airsltd Sisyphus commited on
Commit
c375a0a
·
1 Parent(s): f13cb56

添加 Git 远程仓库配置说明

Browse files

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>

Files changed (1) hide show
  1. AGENTS.md +5 -0
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 主机别名)