赞
踩
首先申请,并开通copilot, 地址为:https://github.com/features/copilot,copilot 一个月10美金,第一个月免费,支持国内的信用卡。
开通copilot之后,可以申请 copilot chat 的预览版功能,网址为:https://github.com/features/preview ,通过下图中箭头指向的入口申请Copilot chat的功能。
这个copilot chat 等待的时间不确定,我的账号等待了整整一个月。
申请通过之后,会收到一封标题为"You’re now in the GitHub Copilot chat private beta!" 的邮件,邮件里有安装方法:
对vs code 来说,步骤如下:
首先需要下载 Visual Studio Code Insiders, 这个相当于vs code 的预览版本,会经常更新,Copilot Chat 只在 vs code insiders 中起作用。
在 vs code insiders 中安装 GitHub Copilot Nightly
安装完成,右下角会提示登录 Copilot;登录成功,可以发现左侧的工具栏会出现一个Chat 标签,如果没有出现,尝试重启 vs code insiders.
尝试Connect WSL,然后在WSL 中重复安装 GitHub Copilot Nightly
如果在WSL的安装GitHub Copilot Nightly
的过程中出现如下错误:
“Can’t install release version of ‘github.copilot-chat’ extension because it has no release version.”
尝试在命令行中指令如下指令:
code-insiders --install-extension github.copilot-chat@prerelease
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。