Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find remote branch to clone #12

Open
eliezerp3 opened this issue May 12, 2022 · 1 comment
Open

Could not find remote branch to clone #12

eliezerp3 opened this issue May 12, 2022 · 1 comment

Comments

@eliezerp3
Copy link

eliezerp3 commented May 12, 2022

Tried using this with FLUTTER_VERSION=2.8.1 in env variables and getting an error that unable to find it. I tried it with mutiple other versions with the same results. Below is the logs

remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Building on the Heroku-20 stack
remote: -----> Using buildpacks:
remote:        1. ee/heroku-buildpack-flutter-light
remote:        2. heroku-community/static
remote: -----> https://buildpack-registry.s3.amazonaws.com/buildpacks/ee/heroku-buildpack-flutter-light.tgz app detected
remote: -----> Installing SDK from Github repository.
remote: warning: Could not find remote branch v2.8.1 to clone.
remote: fatal: Remote branch v2.8.1 not found in upstream origin
remote:  !     Push rejected, failed to compile https://buildpack-registry.s3.amazonaws.com/buildpacks/ee/heroku-buildpack-flutter-light.tgz app.
remote:
remote:  !     Push failed
@eliezerp3
Copy link
Author

Figured it out. You only fixed this bug in master and not in the release on heroku's buildpack registry so when just add "ee/heroku-buildpack-flutter-light" then adds from registry and doesn't work but if add with full github url then works fine. You can close this if you want but i would recommend leaving it up until it is either fixed on the registry or you change the README to use the full github url instead of the one on heroku's buildpack

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

No branches or pull requests

1 participant