My project add two shards, one of them depend on the https://github.com/schovi/baked_file_system.git, but another one depend on the https://github.com/ralsina/baked_file_system.git, both dependency use same name, latter is the fork of the former.
then i get error like following when shards install.
Error shard name (baked_file_system) has ambiguous sources:
'git: https://github.com/schovi/baked_file_system.git' and
'git: https://github.com/ralsina/baked_file_system.git'.
It’s seem like just not get hidden file/folder baked into binary, this behavior is expected, those codes were added intentionally, to avoid the user added hidden user data to the binary accidentally, i consider it is not a bug.