cang-ying/memory/eed/reference_push_setup.md

18 lines
923 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.

---
name: reference_push_setup
description: cang-ying 仓库推送配置:远端地址、令牌存放位置(本地凭据文件,不在仓库内)
type: reference
---
cang-ying 仓库推送配置:
- 本地仓库:/home/ls/cang-ying
- 远端https://guanghubingshuo.com/code/bingshuo/cang-ying.gitGitea
- 分支main
- 认证方式:令牌存于本地凭据文件 ~/.git-credentialschmod 600不在仓库内config 中 pushurl 为干净 URL 无令牌)
- 全局已设 credential.helper=store
- 仓库内有 experience/、memory/、feedback/ 目录(.hdlp 格式的经验记忆)
- 验证过git ls-remote 认证连通正常
- 注意:.gitignore 排除了视频/图片/密钥等,推代码和 .hdlp 经验文件安全
更新记录2026-07-31 令牌已更新至 ~/.git-credentials权限600git ls-remote 验证连通正常HEAD e6637a92仓库 .git/config 确认无令牌。