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

intl_phone_number_input from git doesn't exist #458

Open
pieterbergmans opened this issue Dec 15, 2024 · 1 comment
Open

intl_phone_number_input from git doesn't exist #458

pieterbergmans opened this issue Dec 15, 2024 · 1 comment

Comments

@pieterbergmans
Copy link

Hi, I tried getting the latest version 0.8.0 of this package from github using:

  intl_phone_number_input:
    git:    
      url: https://github.com/natintosh/intl_phone_number_input.git
      ref: 0.8.0

But I get the following error: Because my_project depends on intl_phone_number_input from git which doesn't exist (Could not find git ref '0.8.0' (fatal: ambiguous argument '0.8.0': unknown revision or path not in the working tree.

Any ideas on how to fix this?

@sashkent3
Copy link
Contributor

ref here should be either a branch, a tag or a commit hash. You probably meant the v0.8.0 tag so try ref: v0.8.0. You can find a list of all tags here.

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

2 participants