Skip to content

Lua error when trying to call git <anything> #393

@papstchaka

Description

@papstchaka

When trying to call any git command via (e.g.) git status, I encounter the following error after typing git s:

word classifier failed:
{arguments.lua}:0: attempt to call method '_is_flag' (a nil value)
stack traceback:
        {arguments.lua}: in function 'update'
        {arguments.lua}: in function 'classify'
        {classifier.lua}: in function <{classifier.lua}:62>
        [C]: in function 'xpcall'
        {classifier.lua}: in function <{classifier.lua}:61>
s
getting word break info failed:
{arguments.lua}:0: attempt to index field '_args' (a nil value)
stack traceback:
        {arguments.lua}: in function 'getwordbreakinfo'
        {generator.lua}: in function <{generator.lua}:275>
        {generator.lua}: in function <{generator.lua}:271>
        [C]: in function 'xpcall'
        {generator.lua}: in function <{generator.lua}:270>

match generator failed:
{arguments.lua}:0: attempt to call method '_generate' (a nil value)
stack traceback:
        {arguments.lua}: in function <{arguments.lua}:2246>
        (...tail calls...)
        {generator.lua}: in function <{generator.lua}:217>
        [C]: in function 'xpcall'
        {generator.lua}: in function '_generate'
        {generator.lua}: in function <{generator.lua}:142>

I had CLink 0.4.9 (on Windows 10) installed and updated to Clink 1.4.6 because old version wasn't working on Windows 11 anymore. I did not uninstall the old version before downloading and installing the new version (maybe this is causing the error)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions