Git/Copilot: Difference between revisions
< Git
(Created page with " GitHub Copilot overview https://code.visualstudio.com/docs/copilot/overview") |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| 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 | |||
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"