Skip to content

TomasHubelbauer/git-file-transport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Git file transport

See repro.sh.

cd super
git submodule add ../sub

This results in:

fatal: transport 'file' not allowed

This is a new limitation which seems to have come about as a result of a patch related to security.

Workaround

git -c protocol.file.allow=always submodule add ../sub

Sources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages