You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,15 @@ This project extends the [Full Stack FastAPI Template](https://github.com/fastap
7
7
Submit as a **GitHub fork** of [full-stack-fastapi-template](https://github.com/fastapi/full-stack-fastapi-template) so reviewers get a web diff/PR:
8
8
9
9
```bash
10
-
# One-time: GitHub CLI auth (or set GITHUB_TOKEN)
11
-
gh auth login
10
+
# One-time: GitHub CLI auth (use /usr/local/bin/gh — NOT /usr/bin/gh)
11
+
/usr/local/bin/gh auth login
12
12
13
13
# Fork upstream, push this branch, open PR
14
14
./scripts/setup-fork-and-pr.sh
15
15
```
16
16
17
+
If `gh auth login` fails with `No such command "auth"`, your `gh` is the wrong package. Use `/usr/local/bin/gh` or install from https://cli.github.com.
18
+
17
19
Manual fork: https://github.com/fastapi/full-stack-fastapi-template/fork → then set `origin` to your fork and `git push -u origin main`.
0 commit comments