Guanghu Domestic Migration d1e47f4565
Some checks are pending
自动更新代码和重启 / update-and-restart (push) Waiting to run
CI检查 + 自动部署 / check (push) Waiting to run
CI检查 + 自动部署 / deploy (push) Blocked by required conditions
重启聊天服务 / restart (push) Waiting to run
chore: import sanitized domestic snapshot for REPO-002
Source snapshot: ca48d3ddf926d79aa138306164169baf764bb829
2026-07-17 15:54:41 +08:00

30 lines
1.4 KiB
JSON
Raw Permalink 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.

{
"last_updated": "2026-03-06",
"faq": [
{
"category": "SSH/服务器",
"q": "SSH私钥文件是什么怎么连接服务器",
"a": "SSH是远程连接服务器的工具。连接命令ssh root@8.155.62.235密码找肥猫副控·有root权限。Windows用PowerShell自带SSHmacOS终端自带。",
"related_broadcast": "BC-M01-003"
},
{
"category": "环境配置",
"q": "npm install 报错怎么办?",
"a": "先试 npm install --legacy-peer-deps。如果还不行试 npm cache clean --force 再装。Windows下如果证书报错加 --strict-ssl=false。",
"related_broadcast": "BC-钉钉-001-ZZ-002"
},
{
"category": "Git",
"q": "怎么推送代码到GitHub",
"a": "git add . → git commit -m '描述' → git push。第一次push需要设置远程仓库git remote add origin 仓库地址。",
"related_broadcast": "BC-集成-003"
},
{
"category": "广播",
"q": "广播里的步骤看不懂怎么办?",
"a": "广播每一步都是可直接复制粘贴的命令。从Step 1开始一步一步做做完一步截图再做下一步。不要跳步。如果某一步报错先把报错信息贴到这里提Issue。",
"related_broadcast": "通用"
}
],
"auto_grow_rule": "每次霜砚补充回答后铸渊自动把该问答对追加到faq数组中下次遇到类似问题直接回答"
}