<?xml version='1.0' encoding='UTF-8'?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0"><channel><title>晓欢故事</title><link>http://xiaohuangushi.com</link><description>@xiaohuangushi</description><copyright>晓欢故事</copyright><docs>http://www.rssboard.org/rss-specification</docs><generator>python-feedgen</generator><image><url>https://github.githubassets.com/favicons/favicon.svg</url><title>avatar</title><link>http://xiaohuangushi.com</link></image><lastBuildDate>Thu, 09 Jul 2026 16:18:04 +0000</lastBuildDate><managingEditor>晓欢故事</managingEditor><ttl>60</ttl><webMaster>晓欢故事</webMaster><item><title>error: src refspec main does not match any</title><link>http://xiaohuangushi.com/post/5.html</link><description># error: src refspec main does not match any

@deepseek

这个错误通常发生在你尝试推送 main 分支，但本地仓库中不存在名为 main 的分支时。</description><guid isPermaLink="true">http://xiaohuangushi.com/post/5.html</guid><pubDate>Tue, 07 Jul 2026 05:58:10 +0000</pubDate></item><item><title>git push origin main</title><link>http://xiaohuangushi.com/post/4.html</link><description># 推送代码到 GitHub 

@deepseek

## 1．初始化本地仓库（如果尚未初始化）

```
git init
```

## 2．关联远程仓库

如果是新项目，先关联到 GitHub 远程仓库：

```
git remote add origin https://github.com/username/repo.git
```

## 3．添加文件到暂存区

```
# 添加所有文件
git add .
# 或指定文件
git add filename.txt
```

## 4．提交更改

```
git commit -m '提交描述'
```

## 5．推送到 GitHub

```
# 推送到 main 分支
git push origin main
```

如果是首次推送，可能需要设置上游分支：

```
git push --set-upstream origin main
```

## 6．常见问题

### （1）认证失败

如果使用 HTTPS，确保输入正确的 GitHub 账号密码（或使用 Personal Access Token 替代密码）。</description><guid isPermaLink="true">http://xiaohuangushi.com/post/4.html</guid><pubDate>Tue, 07 Jul 2026 05:35:48 +0000</pubDate></item><item><title>Markdown editor</title><link>http://xiaohuangushi.com/post/3.html</link><description># 欢迎使用 Markdown 编辑器

https://markdown.com.cn/editor/

这是一个 **完全在浏览器本地** 运行的 Markdown 编辑器：左侧编辑、右侧实时预览，草稿自动保存到 localStorage。</description><guid isPermaLink="true">http://xiaohuangushi.com/post/3.html</guid><pubDate>Sun, 05 Jul 2026 07:50:36 +0000</pubDate></item><item><title>Github Actions Gmeek's job was skipped</title><link>http://xiaohuangushi.com/post/2.html</link><description># Gmeek 工作流跳过解决

部署 Gmeek：`Action`，`Run workflow`，提示 This job was skipped。</description><guid isPermaLink="true">http://xiaohuangushi.com/post/2.html</guid><pubDate>Sun, 05 Jul 2026 07:30:57 +0000</pubDate></item><item><title>Gmeek Deploy</title><link>http://xiaohuangushi.com/post/1.html</link><description>好的，这是按照您的要求处理后的内容（代码块内的内容未改动，中英文之间已加入空格）：

---

# Gmeek 部署
内容来源：[Gmeek快速上手](https://blog.meekdai.com/post/Gmeek-kuai-su-shang-shou.html)
## Gmeek 博客框架
- 超轻量级个人博客模板
- 完全基于 `Github Pages` 、 `Github Issues` 和 `Github Actions`，
- 不需要本地部署

# 一、资源
## Gmeek
[Gmeek快速上手](https://blog.meekdai.com/post/Gmeek-kuai-su-shang-shou.html)
[Gmeek Github 源码](https://github.com/Meekdai/Gmeek)

## Markdown 语法
[Basic writing and formatting syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
[基本撰写和格式语法](https://docs.github.com/zh/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)

## 在线编辑工具
[markdown.com.cn](https://markdown.com.cn/editor/)

# 二、安装
## 创建仓库
- 点击[通过模板创建仓库](https://github.com/new?template_name=Gmeek-template&amp;template_owner=Meekdai)，仓库名称：`&lt;用户名&gt;.github.io`

## 启用 Pages
- 仓库页面导航：`Settings` -&gt; `Pages` -&gt; `Build and deployment`
- `Source` 下拉选择 `Github Actions`

&lt;img width='1800' height='1200' alt='Image' src='https://github.com/user-attachments/assets/3b8b7cde-7d57-4870-806f-3810ffa28af4' /&gt;

## 开始写作
- 仓库页面导航：`Issues` -&gt; `New issue`
- `Add a title`（写标题），`Add a description`（写描述）。</description><guid isPermaLink="true">http://xiaohuangushi.com/post/1.html</guid><pubDate>Sun, 05 Jul 2026 03:45:52 +0000</pubDate></item></channel></rss>