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
The status window says that checking for updates failed:
• foo.nvim: (10.72ms) failed to check for updates
• bar.nvim: (5.33ms) failed to check for updates
Expected behaviour
The status window contains either no message, or a message saying that updates are available.
Analysis
With the specification below, I suspect that some calls to git rev-parse '@{upstream}' are failing.
Running git in the checked out repository for fidget.nvim, I get the following:
> git statusHEAD detached at v1.6.1nothing to commit, working tree clean
> git rev-parse HEADb61e8af9b8b68ee0ec7da5fb7a8c203aae854f2e
> git rev-parse '@{upstream}'fatal: HEAD does not point to a branch
Similar things are happening in the repository for telescope.nvim:
> git statusOn branch 0.1.xnothing to commit, working tree clean
> git rev-parse HEADa0bbec21143c7bc5f8bb02e0005fa0b982edc026
> git rev-parse '@{upstream}'fatal: no upstream configured for branch '0.1.x'
Running
:Pckr status
displaysfailed to check for updates
for Git plugins that are checked out at some branch or tag.nvim --version
:git --version
: 2.48.1Steps to reproduce
tag
orbranch
is set (cf. plugin spec below)::Pckr status
Actual behaviour
The status window says that checking for updates failed:
Expected behaviour
The status window contains either no message, or a message saying that updates are available.
Analysis
With the specification below, I suspect that some calls to
git rev-parse '@{upstream}'
are failing.Running git in the checked out repository for
fidget.nvim
, I get the following:Similar things are happening in the repository for
telescope.nvim
:pckr files
Plugin specification file
Pckr lock file
The text was updated successfully, but these errors were encountered: