Starter/README.md
2025-03-10 12:49:05 +08:00

29 lines
1.0 KiB
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.

# 入门
## 端口设置
- **SSH 端口**222请注意 不是 22 端口)
- 示例:
```bash
git remote set-url origin ssh://git@gitea.imwangzhiyu.xyz:222/ajax/AiraPulsar.git
```
- **HTTPS 端口**443
## 提交方式
本服务器支持 SSH/GPG 密钥验证,也支持常规账号/密码验证。请注意SSH 密钥验证仅在使用 SSH 协议远程连接时可用;否则,系统将仍然询问账号和密码。
## 关于 LFS 和软件包上传
本服务器支持 LFS大文件存储但建议尽量避免使用 LFS。上传软件包时请仅上传 100 MB 以内的文件。请注意,这里是 Git 服务器,而非网盘。
## 关于 main/master
默认分支为 `main`,也可以使用 `master`。
本服务器不支持任何形式的 zzzq 相关言论。
## 关于强制推送push -f
允许使用强制推送push -f
## 关于 CI/CD
本服务器不提供 CI/CD 功能,建议使用第三方服务进行持续集成和持续部署。
## 关于 "Pages"
本服务器不支持此功能。