Skip to content

git-clone-to-dir.sh fails by default on newer git versions #3111

Closed
dotnet/arcade
#12297
@crummel

Description

@crummel

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

Labels

area-buildImprovements in source-build's own build processuntriaged

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions