Skip to content

Conversation

@erikw
Copy link

@erikw erikw commented Dec 6, 2025

Change the protocol from SSH to HTTPS for the distro submodule. When starting a GitHub Codespaces set up with a dotfiles repo using dotbot with this plugin, it fails due to SSH auth issues etc.

Since the distro module is unrelated to this dotbot plugin, as in they are not developed together, it makes sense to use HTTPS instead of SSH anyways.

This small patch fixes it and I've confimred that using this pluging in a dotfiles repo on Codespaces does work with the patch applied.

Copilot AI review requested due to automatic review settings December 6, 2025 08:12
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the git submodule URL from SSH to HTTPS format to enable compatibility with GitHub Codespaces, where SSH authentication can be problematic.

  • Changed the distro submodule URL from SSH (git@github.com:python-distro/distro.git) to HTTPS (https://github.com/python-distro/distro.git)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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