-
Notifications
You must be signed in to change notification settings - Fork 190
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working