GitHub/Copilot: Difference between revisions
< GitHub
No edit summary |
|||
Line 6: | Line 6: | ||
https://github.com/settings/copilot | https://github.com/settings/copilot | ||
== Troubleshooting Connection Issues == | |||
ERR_HTTP2_STREAM_CANCEL | |||
Verify HTTP 200: | |||
curl --verbose https://copilot-proxy.githubusercontent.com/_ping | |||
If using proxy: | |||
curl --verbose -x http://YOUR-PROXY-URL:PORT -i -L https://copilot-proxy.githubusercontent.com/_ping | |||
reference: | |||
Troubleshooting network errors for GitHub Copilot - GitHub Docs | |||
https://docs.github.com/en/copilot/troubleshooting-github-copilot/troubleshooting-network-errors-for-github-copilot | |||
== keywords == | == keywords == |
Revision as of 23:41, 8 August 2024
Copilot
https://github.com/features/copilot
Settings
https://github.com/settings/copilot
Troubleshooting Connection Issues
ERR_HTTP2_STREAM_CANCEL
Verify HTTP 200:
curl --verbose https://copilot-proxy.githubusercontent.com/_ping
If using proxy:
curl --verbose -x http://YOUR-PROXY-URL:PORT -i -L https://copilot-proxy.githubusercontent.com/_ping
reference:
Troubleshooting network errors for GitHub Copilot - GitHub Docs https://docs.github.com/en/copilot/troubleshooting-github-copilot/troubleshooting-network-errors-for-github-copilot