Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim
https://codeium.com
MIT License
3.73k stars 127 forks source link

Authentication problems on Windows #129

Closed Karscist closed 1 year ago

Karscist commented 1 year ago

Throws errors when trying to authenticate on Windows 10, with Windows Terminal used to run neovim. Don't know the exact reason, but it has been fixed by adding the --ssl-no-revoke flag to each of the three curl uses in the plugin.

fortenforge commented 1 year ago

Another user on our Discord encountered this issue as well. I believe the curl implementation on Windows is often quite poor and buggy. Unfortunately I don't know an easy fix for this; Codeium requires curl and we can't add --ssl-no-revoke as (1) it's technically insecure to do so, and (2) it's a windows-only flag.

fortenforge commented 1 year ago

Closing due to staleness, please feel free to re-open if you are still encountering issues.