Got an error after paste :Codeium Auth
I got this error after pasting the token
E474: Unidentified byte: Invoke-WebRequest : A parameter cannot be found that matches parameter name 'sSL'.^@At line:1 char:6^@+ curl -sSL https://api.codeium.com/register_user/ --header "Content-Ty ...^@+ ~~~~^@ + CategoryInfo : InvalidArgument: (:) [Invoke-WebRequest], ParameterBindingException^@ + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Commands.InvokeWebRequestCommand^@ ^@
E474: Failed to parse Invoke-WebRequest : A parameter cannot be found that matches parameter name 'sSL'.^@At line:1 char:6^@+ curl -sSL https://api.codeium.com/register_user/ --header "Content-Ty ...^@+ ~~~~^@ + CategoryInfo : InvalidArgument: (:) [Invoke-WebRequest], ParameterBindingException^@ + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Commands.InvokeWebRequestCommand^@ ^@
I also have this error, I suspect it's because I have nvim explicitly set to run in powershell instead of command line
Looks to me like the issue is caused because PowerShell hijacks the curl command name https://superuser.com/a/994132 . Seems that you might update powershell to get rid of the alias, or run it first in another terminal that's not using powershell.