Skip to content

Fix build after chipweinberger/flutter_isolate repo was deleted#2969

Open
qaisjp wants to merge 1 commit intoBlueBubblesApp:masterfrom
qaisjp:qaisjp/fix-build
Open

Fix build after chipweinberger/flutter_isolate repo was deleted#2969
qaisjp wants to merge 1 commit intoBlueBubblesApp:masterfrom
qaisjp:qaisjp/fix-build

Conversation

@qaisjp
Copy link
Copy Markdown

@qaisjp qaisjp commented Jan 18, 2026

Fixes below error:

[package:bluebubbles] flutter pub get --no-example
Resolving dependencies...
Git error. Command: `git clone --mirror https://github.com/chipweinberger/flutter_isolate.git C:\Users\qaisjp\AppData\Local\Pub\Cache\_temp\dir2a77a5dc`
stdout:
stderr: Cloning into bare repository 'C:\Users\qaisjp\AppData\Local\Pub\Cache\_temp\dir2a77a5dc'...
remote: Repository not found.
fatal: repository 'https://github.com/chipweinberger/flutter_isolate.git/' not found

exit code: 128
Failed to update packages.
exit code 69

The commit still exists on the upstream repo and can be accessed directly from its sha.

The commit will never be garbage collected because it's a part of the pull request commit list here: rmawatson/flutter_isolate#152

Fixes below error:
```
[package:bluebubbles] flutter pub get --no-example
Resolving dependencies...
Git error. Command: `git clone --mirror https://github.com/chipweinberger/flutter_isolate.git C:\Users\qaisjp\AppData\Local\Pub\Cache\_temp\dir2a77a5dc`
stdout:
stderr: Cloning into bare repository 'C:\Users\qaisjp\AppData\Local\Pub\Cache\_temp\dir2a77a5dc'...
remote: Repository not found.
fatal: repository 'https://github.com/chipweinberger/flutter_isolate.git/' not found

exit code: 128
Failed to update packages.
exit code 69
```

The commit still exists on the upstream repo and can be accessed
directly from its sha.

The commit will never be garbage collected because it's a part of the
pull request commit list here: rmawatson/flutter_isolate#152
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