github-copilot 国内无法登录的问题(idea/pycharm),copilot 使用指南

生活在墙内的人都会遇到这种问题,无法登录到 github 验证
更新于: 2022-05-25 11:46:28

原因

  • 暂时不支持代理
  • 下面是官方的原话
Hi, I'm sorry but Copilot does not support proxies at the moment - this is something we intend to remedy in the coming months. I appreciate that older versions sometimes do work with proxies but for technical reasons those methods are no longer supported.

解决方案

ip 无法连通的问题

去掉 host 中的 api.github.com 错误地址。

https://twitter.com/banyudu/status/1463122934885539840

GitHub Copilot could not connect to server. Extension activation failed: "connect ETIMEDOUT 54.169.195.247:443"

vscode 中的快捷键

Copilot 也提供了一些快捷键,可以很方便地使用。

  • 接受建议:Tab
  • 拒绝建议:Esc
  • 打开Copilot:Ctrl + Enter (会打开一个单独的面板,展示10个建议)
  • 下一条建议:Alt/Option + ]
  • 上一条建议:Alt/Option + [
  • 触发行内Copilot:Alt/Option + \ (Coplit还没有给出建议或者建议被拒绝了,希望手工触发它提供建议)

参考