Article 6QZQS [REQUEST] Git 2.45.2 or newer for Slackware 15.0?

[REQUEST] Git 2.45.2 or newer for Slackware 15.0?

by
lancsuk
from LinuxQuestions.org on (#6QZQS)
Hiya Pat,

is there a chance to upgrade git to 2.45.2 or newer for Slackware 15.0?
Because git clone breaks on repositories using LFS.

Code:Cloning into 'lxqt2-snuk-15.0'...
remote: Enumerating objects: 1001, done.
remote: Counting objects: 100% (88/88), done.
remote: Compressing objects: 100% (88/88), done.
remote: Total 1001 (delta 35), reused 0 (delta 0), pack-reused 913 (from 1)
Receiving objects: 100% (1001/1001), 263.54 MiB | 8.65 MiB/s, done.
Resolving deltas: 100% (312/312), done.
Filtering content: 100% (2/2), 1.17 GiB | 8.51 MiB/s, done.
fatal: active `post-checkout` hook found during `git clone`:
/home/lancs/git/lxqt2-snuk-15.0/.git/hooks/post-checkout
For security reasons, this is disallowed by default.
If this is intentional and the hook should actually be run, please
run the command again with `GIT_CLONE_PROTECTION_ACTIVE=false`
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'Workaround:

Code:GIT_CLONE_PROTECTION_ACTIVE=false git clone https://codeberg.org/snuk/lxqt2-snuk-15.0.gitThis is a known issue and should be fixed in GIT 2.45.2
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments