From b9cef610a014c3a0b0bdf30a90995030b4bea784 Mon Sep 17 00:00:00 2001 From: bricksdont Date: Thu, 19 Mar 2026 13:28:22 +0100 Subject: [PATCH] fix: use HTTPS URL for pose-pipelines submodule 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 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c309333..d9ec0bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "examples/pose-pipelines"] path = examples/pose-pipelines - url = git@github.com:J22Melody/pose-pipelines.git + url = https://github.com/J22Melody/pose-pipelines.git [submodule "src/dart"] path = src/dart url = https://github.com/bipinkrish/pose-dart.git