You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Committing files is failing with the Neogit console error:
> git --no-pager -c color.ui=always --no-optional-locks commit
hint: Waiting for your editor to close the file... Error detected while processing command line:
E5108: Error executing lua ...thew/.local/share/nvim/lazy/neogit/lua/neogit/client.lua:43: NVIM server address not set
stack traceback:
[C]: in function 'error'
...thew/.local/share/nvim/lazy/neogit/lua/neogit/client.lua:43: in function 'client'
Command "git --no-pager -c color.ui=always --no-optional-locks commit" running for more than: 2.0 seconds
> git --no-pager -c color.ui=always --no-optional-locks commit
hint: Waiting for your editor to close the file... Error detected while processing command line:
E5108: Error executing lua ...thew/.local/share/nvim/lazy/neogit/lua/neogit/client.lua:43: NVIM server address not set
stack traceback:
[C]: in function 'error'
...thew/.local/share/nvim/lazy/neogit/lua/neogit/client.lua:43: in function 'client'
Command "git --no-pager -c color.ui=always --no-optional-locks commit" running for more than: 2.0 seconds
Description
Committing files is failing with the Neogit console error:
Neovim version
NVIM v0.9.0-dev-2445+g320cb344c-dirty
Build type: Release
LuaJIT 2.1.0-beta3
same error on latest release 0.8.3.
Operating system and version
macOS 13.2.1
Steps to reproduce
nvim -nu /tmp/minimal.lua
Expected behavior
Files committed
Actual behavior
No files committed.
Neogit console:
Minimal config
The text was updated successfully, but these errors were encountered: