Closed
Description
Git has disallowed the file
transport by default now so git-clone-to-dir.sh
fails with fatal: transport 'file' not allowed
. The solution is either git config --global protocol.file.allow always
(for all clones on the machine) or git -c protocol.file.allow=always clone <other stuff as usual>
(for the individual clone command).
Metadata
Metadata
Assignees
Type
Projects
Status
Done