Skip to content

Comments

fix: use HTTPS for Testing/Data submodule#199

Open
liamnwhite1 wants to merge 1 commit intomalaterre:masterfrom
liamnwhite1:fix/https-gdcmdata-submodule
Open

fix: use HTTPS for Testing/Data submodule#199
liamnwhite1 wants to merge 1 commit intomalaterre:masterfrom
liamnwhite1:fix/https-gdcmdata-submodule

Conversation

@liamnwhite1
Copy link

The nested submodule for test data currently uses git://git.code.sf.net/p/gdcm/gdcmdata (port 9418). Many corporate and CI environments block the git protocol, which causes recursive submodule fetches to hang or fail. Switching to HTTPS makes the fetch work reliably behind firewalls and within tools that disable the git protocol.

  • Update .gitmodules to use https://git.code.sf.net/p/gdcm/gdcmdata.git
  • Recommend git submodule sync --recursive for existing clones

This change is read-only and does not affect code or tests—only how the public submodule is fetched.

The nested submodule for test data currently uses git://git.code.sf.net/p/gdcm/gdcmdata (port 9418). Many corporate and CI environments block the git protocol, which causes recursive submodule fetches to hang or fail. Switching to HTTPS makes the fetch work reliably behind firewalls and within tools that disable the git protocol.

- Update .gitmodules to use https://git.code.sf.net/p/gdcm/gdcmdata.git
- Recommend `git submodule sync --recursive` for existing clones

This change is read-only and does not affect code or tests—only how the
public submodule is fetched.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant