Git/Copilot: Difference between revisions
< Git
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== Verify License == | |||
https://github.com/settings/copilot/ | |||
https://i.imgur.com/V8tG6eZ.png | |||
== Overview == | |||
GitHub Copilot overview | GitHub Copilot overview | ||
https://code.visualstudio.com/docs/copilot/overview | https://code.visualstudio.com/docs/copilot/overview | ||
== SSL == | |||
SSL certificate issue | SSL certificate issue | ||
export AWS_CA_BUNDLE="~/.aws/ssl-root.pem" | export AWS_CA_BUNDLE="~/.aws/ssl-root.pem" | ||
== keywords == | |||
Latest revision as of 09:18, 4 February 2026
Verify License
https://github.com/settings/copilot/
Overview
GitHub Copilot overview https://code.visualstudio.com/docs/copilot/overview
SSL
SSL certificate issue
export AWS_CA_BUNDLE="~/.aws/ssl-root.pem"