Replies: 2 comments
-
complete GitHub action file in case it helps: an example run: |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like using an ssh git url in the pubspec may always require an ssh key, even for public repos. Changing the url to https seems to work:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I have a package which should be downloaded from a github repo like:
When I can locally run
flutter pub get
all is fine.However,
fails with
.
The mentioned repo is public and doesn't need access permission.
How can I resolve this?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions