You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perl seems not to be installed and that seems to be required for git submodule use.
reproduce:
docker run --rm -ti bravissimolabs/alpine-git bash
bash-4.3# mkdir t
bash-4.3# cd t
bash-4.3# git init
Initialized empty Git repository in /t/.git/
bash-4.3# git submodule init
/usr/libexec/git-core/git-submodule: line 1: /usr/bin/perl: not found
bash-4.3#
The text was updated successfully, but these errors were encountered:
perl seems not to be installed and that seems to be required for git submodule use.
reproduce:
The text was updated successfully, but these errors were encountered: