tmux-plugins / tpm

Tmux Plugin Manager
MIT License
11.68k stars 415 forks source link

TPM Update returns "failed to store -25299" #288

Open Cyberlane opened 1 month ago

Cyberlane commented 1 month ago

Computer information:

Apple M2 Max macOS: Sonoma 14.4.1 Tmux: 3.4

When I tell TPM to update all my packages, I get the following:

Updating all plugins!

  "tpm" update success
    | Already up to date.
  "tmux-autoreload" update success
  "nord-tmux" update success
  "tmux-sensible" update success
    | Already up to date.
    | Already up to date.
    | failed to store: -25299
    | Already up to date.
  "tmux-pain-control" update success
    | failed to store: -25299
    | Already up to date.
  "tmux-yank" update success
    | Already up to date.

TMUX environment reloaded.

Done, press ENTER to continue.

I am concerned over all the instances of failed to store -25299. I have no idea what that could be, any suggestions would be appreciated.

RossBarnie commented 1 month ago

Do you get a similar error when you clone those repos or try to update them manually?

RossBarnie commented 1 month ago

I looked up the error and came across this thread which claims that the error is caused by a regression in git 2.45.0, so this is not a tmux bug. Your workaround for now should be to manually update them by navigating to their directories and running git pull.

mikedfunk commented 3 weeks ago

Hm, still not fixed in git 2.45.2.

Easier workaround than git pull in each directory is brew uninstall git then <Prefix><c-u> then brew install git