Skip to content

Commit ba0e301

Browse files
committed
Update FOR_DEVELOPERS.md with troubleshooting steps for user rec error
1 parent ff472ce commit ba0e301

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

FOR_DEVELOPERS.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,19 @@ $ .\Ptt-backend.exe
216216

217217
#### Troubleshoot
218218

219-
// TODO
219+
1. 如果遇到 `get user rec error: open ./home/bbs/.PASSWDS: no such file or directory` 的錯誤
220+
221+
方法一:
222+
223+
您有可能沒有將原有 bbs 的 `home` 資料夾複製到專案目錄下,請將原有 bbs 的 `home` 資料夾複製到專案目錄下。
224+
225+
方法二:
226+
227+
```bash
228+
mkdir -p ./home/bbs
229+
touch ./home/bbs/.PASSWDS
230+
touch ./home/bbs/.BRD
231+
```
220232

221233
### 狀況 2: 使用 Gitpod 開發
222234

0 commit comments

Comments
 (0)