Can't locate Git.pm in @INC

前端 未结 6 1097
暖寄归人
暖寄归人 2021-01-17 10:16

When I run git add -p, I see:

Can\'t locate Git.pm in @INC (@INC contains:
/usr/local/lib/perl5/site_perl
/Library/Perl/5.12/darwin-thread-multi-2lev         


        
6条回答
  •  不思量自难忘°
    2021-01-17 10:34

    I had the same issue.

    Finally I had resolved it by installing git from source and having my installation in my PATH rather the one from XCode.

提交回复
热议问题