Louis DeLosSantos
Louis DeLosSantos
Hm, its most likely not hanging there, thats just the last log message when we fetch data. So either theres a silent error in checks, or something didnt load and...
> Yes, that was the problem, `gh api` always sends requests to `github.com`, but one can change that with the environment variable `GH_HOST`. > > After setting `GH_HOST`, > >...
@David-Kunz https://github.com/ldelossa/gh.nvim/tree/debug Can you switch `gh.nvim` to the above branch and lets see where we log out to. Somewhere we fail, this is annoying because since the ui is loaded...
Wow that is not what I would have expected. If that's the case, your gh.nvim is dying somewhere around here: https://github.com/ldelossa/gh.nvim/blob/7fe8f5bc859a4651c6fb738e3dfc7bc67d843b70/lua/litee/gh/pr/handlers.lua#L65 If you follow the lines, it seems like you...
Can you discern why the git fetch is failing?
The easiest thing to do is probably log the "cmd" variable here: https://github.com/ldelossa/gh.nvim/blob/7fe8f5bc859a4651c6fb738e3dfc7bc67d843b70/lua/litee/gh/gitcli/init.lua#L35 and then run the same exact command in your terminal at the root of the repo.
Okay, you'll have to do a bit of debugging on your end why that's occurring. If the git remote looks OK, and the fetch command looks OK, you have a...
https://github.com/ldelossa/gh.nvim/blob/main/doc/gh-nvm.txt#L356 You'll want to flip this flag in your config.
PR to document for now would be a good idea. I want to make that a "per git repo" option, so that you dont need to flick it on and...
What is autochdir? And any idea why it would get in the way of neovim decoding json?