## 请认真检查以下清单中的每一项 - [x] 已经搜索过,没有发现类似的 issue - [x] 已经搜索过文档,没有发现相关内容 - [x] 已经尝试使用过最新版,问题依旧存在 - [x] 使用的是官方版本(未替换及修改过安装目录程序文件) <!-- 发布前请先尝试在 Issues 内搜索一下你的问题是否已经被提出过, 详细地描述 bug,让大家都能理解,请一定确定你所要发布的内容是一个 Bug,如果不确定请发 Question 别忘了填写标题,标题要简短的描述问题 Before posting, please try searching in Issues to see if your question has already been asked, Describe the bug in detail so that everyone can understand it Don't forget to fill in the title, which should briefly describe the problem --> ### 🐛 描述 <!-- 详细的描述该问题 Describe the problem in detail --> 在开启 system 加速模式下,如果分支名带有`/`,则会在gitee的分支切换、创建pr的时候报404错误,原因是链接发生了二次转义(`/`->`%2F`->`%252F`)。 相关的Gitee issue链接:https://gitee.com/oschina/git-osc/issues/IK9PCW ### 📷 复现步骤 <!-- 清晰描述复现步骤,让别人也能看到问题 确保上述步骤尽可能能够在大多数设备上 100% 复现,以便定位问题原因 Clearly describe the reproduction steps so that others can see the problem Ensure that the above steps can be reproduced 100% on most devices as far as possible in order to locate the cause of the problem --> #### 路径1 0. 打开Watt Toolit,将加速模式调整为System,并开启加速服务 1. 进入 https://gitee.com/Jesse205/test-path-style-branch 2. 点击左上角分支选择器,选择 `feat/add-xxx1` 或者 `fix/delete-xxx1` 4. 页面报错 404 #### 路径2 0. 打开Watt Toolit,将加速模式调整为System,并开启加速服务 1. 进入 https://gitee.com/Jesse205/test-path-style-branch 2. 点击顶部 **Pull Requests** 3. 点击右上角 **新建 Pull Requests** 4. 点击顶部源分支/目标分支的选择器,选择 `feat/add-xxx1` 或者 `fix/delete-xxx1` 5. 提示 `目标/源分支 feat%2Fadd-xxx1/fix%2Fdelete-xxx1 不存在` ### 📄 日志信息 <!-- 在程序内 设置 - 通用设置 - 存储空间 - 打开Logs文件夹 找到当天的日志,将文件上传或将关键部分写在此处,在内容的开始与结束上加上 ``` 单独作为一行,如下所示 Set in the program - General Settings - storage space - open the logs folder to find the log of the day, upload the file or write the key part here, and add ``` to the beginning and end of the content as a separate line, as shown below ``` - 日志文件所在文件夹路径 - Microsoft Store ```%USERPROFILE%\AppData\Local\Packages\4651ED44255E.47979655102CE_k6txddmbb6c52\LocalCache\Logs``` - Windows ```\Logs``` or ```%Tmp%\Steam++\Logs``` - macOS ```~/Library/Caches/Steam++/Logs``` - Linux ```$XDG_CACHE_HOME/Steam++/Logs``` or ```$HOME/.cache/Steam++/Logs``` - Android ```/data/data/net.steampp.app/cache/Logs``` 你的日志内容 Your log content ``` 无可用日志 --> ### 🖼 截图 <!-- 截图可以贴在这里 Screenshots can be posted here --> <img width="2828" height="865" alt="Image" src="https://github.com/user-attachments/assets/36798624-d928-4099-8ad1-ffe86a68681c" /> https://github.com/user-attachments/assets/c2a28922-5027-46c5-b781-adea572ba74f ### 🚑 其他信息 - 处理器体系结构:x64 - 系统版本号:Windows 11 26200.9168 - 下载渠道:微软商店 - 程序版本:3.1.0 - 是否包含独立运行时:未知
请认真检查以下清单中的每一项
🐛 描述
在开启 system 加速模式下,如果分支名带有
/,则会在gitee的分支切换、创建pr的时候报404错误,原因是链接发生了二次转义(/->%2F->%252F)。相关的Gitee issue链接:https://gitee.com/oschina/git-osc/issues/IK9PCW
📷 复现步骤
路径1
feat/add-xxx1或者fix/delete-xxx1路径2
feat/add-xxx1或者fix/delete-xxx1目标/源分支 feat%2Fadd-xxx1/fix%2Fdelete-xxx1 不存在📄 日志信息
🖼 截图
_.mp4
🚑 其他信息