I tried git send-email for the first time today and it failed with:
$ git send-email ....
....
Not using SSL_VERIFY_PEER due to out-of-date IO::Socket::SSL.
To use SSL please install IO::Socket::SSL with version>=2.007 at $HOME/Logiciels/miniconda3/envs/git/lib/5.26.2/Net/SMTP.pm line 270
$ perl -e "use IO::Socket::SSL;"
Can't locate IO/Socket/SSL.pm in @INC (you may need to install the IO::Socket::SSL module)
(@INC contains:
$HOME/Logiciels/miniconda3/envs/git2.23/lib/site_perl/5.26.2/darwin-thread-multi-2level
$HOME/Logiciels/miniconda3/envs/git2.23/lib/site_perl/5.26.2
$HOME/Logiciels/miniconda3/envs/git2.23/lib/5.26.2/darwin-thread-multi-2level
$HOME/Logiciels/miniconda3/envs/git2.23/lib/5.26.2 .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
Issue:
git send-email
does not work due to missing Perl module IO::Socket::SSLEnvironment (
conda list
):Details about
conda
and system (conda info
):I tried
git send-email
for the first time today and it failed with: