XianyuTech / aspectd

AOP for Flutter(Dart)
MIT License
1.1k stars 123 forks source link

Where can I find the lastest version of aspectd ?? #128

Open hust-MC opened 3 years ago

hust-MC commented 3 years ago

Hi, in the aspectd project, I see the code below in the yaml file of example : aspectd: git: url: git@github.com:XianyuTech/aspectd.git ref: stable/v2.2.2

but I just can't find the branch or tag named stable/v2.2.2, where is it ??

Thanks a lot for apply

lpylinan commented 3 years ago

Git error. Command: git rev-list --max-count=1 stable/v2.2.2 stdout: stderr: fatal: ambiguous argument 'stable/v2.2.2': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]' exit code: 128

hust-MC commented 3 years ago

Git error. Command: git rev-list --max-count=1 stable/v2.2.2 stdout: stderr: fatal: ambiguous argument 'stable/v2.2.2': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]' exit code: 128

Can you find the v2.2.2 version of aspectd ?

lpylinan commented 3 years ago

Git error. Command: git rev-list --max-count=1 stable/v2.2.2 stdout: stderr: fatal: ambiguous argument 'stable/v2.2.2': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]' exit code: 128

Can you find the v2.2.2 version of aspectd ?

no~