You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the command zmk dl it fails. download._get_actions_url is using the bare remote URL which cannot be opened by typer launch command. Adding an extra line to replace git ssh with git https addresses the issue
The text was updated successfully, but these errors were encountered:
danielinniss
changed the title
Using the CLI tool with ssh git remotes breaks url actions
Using the CLI tool with ssh git remotes breaks _get_actions_url
Jan 31, 2025
I'm using ssh git, e.g my remotes are configured as such
When running the command
zmk dl
it fails.download._get_actions_url
is using the bare remote URL which cannot be opened by typer launch command. Adding an extra line to replace git ssh with git https addresses the issue#20
The text was updated successfully, but these errors were encountered: