Skip to content

Commit 7a125ae

Browse files
committed
chore: update README.md
1 parent e451a8e commit 7a125ae

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,16 @@ Accept requests whose url host is in the list.
7777
- `codeload.github.com`
7878
- `api.github.com`
7979

80-
## Notes
80+
## Q&A
8181

82-
- use `nginx` to add upgrade request to H2/H3
82+
### Commit message cannot load
83+
84+
Cause the policy set by Github, you can only fetch it over TLS.
85+
86+
### Release assets cannot load
87+
88+
Cause the CORS policy set by Github, requests will be blocked by browser.
89+
90+
### Nginx 502
91+
92+
Cause response headers given by Github is too large, try to enlarge `proxy_buffer_size`

0 commit comments

Comments
 (0)