Pycharm Copilot 出现failed to initiate the github login process解决方案

Python 季若尘 2年前 (2022-06-08) 910次浏览 已收录 0个评论 扫描二维码

折腾了半天,找到的方法要么挂代理要么降版本,但挂代理没用,低版本貌似也停止服务了,提示升级新版本才能用。最终在这里找到了解决方案https://github.com/github-community/community/discussions/16965Pycharm Copilot 出现failed to initiate the github login process解决方案

修改 hosts(‪C:\Windows\System32\drivers\etc\hosts),添加以下参数。https://www.ipaddress.com/ 可以查询最新地址
api.github.com 和 github.com 最好都添加

# Github
140.82.112.4 github.com
199.232.69.194 github.global.ssl.fastly.net
140.82.113.6 api.github.com

之后 cmd 刷新 dns

ipconfig /flushdns

一定要修改成最新的地址,按照这个方法最终完美解决


版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:Pycharm Copilot 出现failed to initiate the github login process解决方案
喜欢 (1)
[]
分享 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址