We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
README.md
1 parent e451a8e commit 7a125aeCopy full SHA for 7a125ae
README.md
@@ -77,6 +77,16 @@ Accept requests whose url host is in the list.
77
- `codeload.github.com`
78
- `api.github.com`
79
80
-## Notes
+## Q&A
81
82
-- use `nginx` to add upgrade request to H2/H3
+### 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