Skip to content

Commit 37732ee

Browse files
Add push instructions
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 0c8bde2 commit 37732ee

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

推送到GitHub.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# 宣传页推送到 GitHub
2+
3+
本地宣传页已准备好,按以下步骤完成推送。
4+
5+
## 第一步:在 GitHub 创建公开仓库
6+
7+
1. 打开 https://github.com/new
8+
2. 填写:
9+
- **Repository name**`PythonIDE-Landing`
10+
- **Description**:面向 iOS 的 Python & JavaScript 开发环境 - 宣传页
11+
- 选择 **Public**
12+
- **不要**勾选 "Add a README"、"Add .gitignore"、"Choose a license"
13+
3. 点击 **Create repository**
14+
15+
## 第二步:推送
16+
17+
在终端执行:
18+
19+
```bash
20+
cd /Users/mac/Desktop/PythonIDE/landing-page
21+
git push -u origin main
22+
```
23+
24+
按提示完成 GitHub 登录或认证后即可推送成功。
25+
26+
## 第三步:配置仓库(可选)
27+
28+
推送完成后,在 GitHub 仓库页面:
29+
30+
1. 点击 **About** → 齿轮 → 填写 Description、Topics
31+
2. **Settings****General** → 启用 **Discussions**

0 commit comments

Comments
 (0)