merelinux icon indicating copy to clipboard operation
merelinux copied to clipboard

git does not include the Perl git module

Open jhuntwork opened this issue 4 years ago • 0 comments

Describe the bug The git package does not include the Git.pm perl module, so certain git commands fail.

To Reproduce

$ git add -p
Can't locate Git.pm in @INC (you may need to install the Git module) (@INC contains: /usr/share/perl5 /usr/lib/perl5/site_perl/5.32.1/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.32.1 /usr/lib/perl5/vendor_perl/5.32.1/x86_64-linux /usr/lib/perl5/vendor_perl/5.32.1 /usr/lib/perl5/5.32.1/x86_64-linux /usr/lib/perl5/5.32.1) at /usr/lib/git-core/git-add--interactive line 8.
BEGIN failed--compilation aborted at /usr/lib/git-core/git-add--interactive line 8

jhuntwork avatar Sep 17 '21 12:09 jhuntwork