Skip to content

Change submodule URLs to HTTPS#1567

Open
Goooler wants to merge 1 commit into
chen08209:mainfrom
Goooler:submodule-urls
Open

Change submodule URLs to HTTPS#1567
Goooler wants to merge 1 commit into
chen08209:mainfrom
Goooler:submodule-urls

Conversation

@Goooler
Copy link
Copy Markdown

@Goooler Goooler commented Nov 13, 2025

Fixes the errors like:

Cloning into '/Users/goooler/StudioProjects/FlClash/core/Clash.Meta'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:chen08209/Clash.Meta.git' into submodule path '/Users/goooler/StudioProjects/FlClash/core/Clash.Meta' failed
Failed to clone 'core/Clash.Meta'. Retry scheduled
Cloning into '/Users/goooler/StudioProjects/FlClash/plugins/flutter_distributor'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:chen08209/flutter_distributor.git' into submodule path '/Users/goooler/StudioProjects/FlClash/plugins/flutter_distributor' failed
Failed to clone 'plugins/flutter_distributor'. Retry scheduled
Cloning into '/Users/goooler/StudioProjects/FlClash/core/Clash.Meta'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:chen08209/Clash.Meta.git' into submodule path '/Users/goooler/StudioProjects/FlClash/core/Clash.Meta' failed
Failed to clone 'core/Clash.Meta' a second time, aborting

Fixes the errors like:

```
Cloning into '/Users/goooler/StudioProjects/FlClash/core/Clash.Meta'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:chen08209/Clash.Meta.git' into submodule path '/Users/goooler/StudioProjects/FlClash/core/Clash.Meta' failed
Failed to clone 'core/Clash.Meta'. Retry scheduled
Cloning into '/Users/goooler/StudioProjects/FlClash/plugins/flutter_distributor'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:chen08209/flutter_distributor.git' into submodule path '/Users/goooler/StudioProjects/FlClash/plugins/flutter_distributor' failed
Failed to clone 'plugins/flutter_distributor'. Retry scheduled
Cloning into '/Users/goooler/StudioProjects/FlClash/core/Clash.Meta'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:chen08209/Clash.Meta.git' into submodule path '/Users/goooler/StudioProjects/FlClash/core/Clash.Meta' failed
Failed to clone 'core/Clash.Meta' a second time, aborting
```
oviron added a commit to oviron/FlClash that referenced this pull request May 7, 2026
Backport chen08209#1567 (Goooler), extended to tray_manager symmetrically.
Without this fresh clone fails for users without an SSH key in GitHub.
oviron added a commit to oviron/FlClash that referenced this pull request May 8, 2026
Backport chen08209#1567 (Goooler), extended to tray_manager symmetrically.
Without this fresh clone fails for users without an SSH key in GitHub.
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