We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
README.md
1 parent 00c41d9 commit 967eac7Copy full SHA for 967eac7
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