Open valentary opened 1 week ago
It seems it was an update in sourcetree that caused the issue : https://jira.atlassian.com/browse/SRCTREEWIN-14483
But it's also default behaviour now in git : https://github.com/git/git/commit/e35f202b4503256db148ad61487fe13aa75960f2
Is it reproducible with SwiftPM command-line tools:
swift build
,swift test
,swift package
etc?swift build
,swift test
,swift package
etc.Description
A recent software update from Sourcetree added or modified the
safe.bareRepository=explicit
configuration option to git.This interfers with the package resolution, it seems to only involve our private packages on github.
The packages refuse to resolve and we get error like saying it cannot fetch revision (see below)
Expected behavior
Actual behavior
Steps to reproduce
A Package with a dependency to a private github repo In the CLI
Swift Package Manager version/commit hash
Swift Package Manager - Swift 6.0.0-dev
Swift & OS version (output of
swift --version ; uname -a
)