Skip to content

fix: use HTTPS URL for pose-pipelines submodule#211

Merged
bricksdont merged 1 commit intomasterfrom
fix/gitmodules-ssh-to-https
Mar 19, 2026
Merged

fix: use HTTPS URL for pose-pipelines submodule#211
bricksdont merged 1 commit intomasterfrom
fix/gitmodules-ssh-to-https

Conversation

@bricksdont
Copy link
Copy Markdown
Collaborator

Summary

  • Replaces the SSH URL for the pose-pipelines submodule with an HTTPS URL
  • The SSH URL (git@github.com:J22Melody/pose-pipelines.git) causes installation failures for users without SSH keys configured
  • This matches the pattern already used by the src/dart submodule

Fixes #210.

Replaces SSH URL with HTTPS so users without SSH keys configured
can install pose-format without errors (fixes #210).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@bricksdont bricksdont merged commit 3a0e2f2 into master Mar 19, 2026
8 checks passed
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.

pose-pipelines submodule uses an SSH URL

1 participant