You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple Git dependencies from Bitbucket in my project. However, they are referenced by using SSH authentication because I'm also using Bitrise for CI and my SSH keys are stored there.
Stacktrace from flutter packages pub run license_generator generate debug:
Fetching pub dev info from git dependency. (Because we were not able to fetch the detail from pub.dev for dart_extensions)
FatalException: with messsage: `This git url is not yet supported: [email protected]:REDACTED/REDACTED. Create an issue so we can make this plugin better. (https://github.com/icapps/flutter-icapps-license/issues)`
#0 PubDevWebservice._getGitPubDevData (file:///Users/user/.pub-cache/hosted/pub.dartlang.org/license_generator-1.0.1/bin/src/service/pubdev_webservice.dart:76:7)
The text was updated successfully, but these errors were encountered:
I have multiple Git dependencies from Bitbucket in my project. However, they are referenced by using SSH authentication because I'm also using Bitrise for CI and my SSH keys are stored there.
So the url is not "https://[email protected]/project-owner/project" but rather "[email protected]:project-owner/project".
Stacktrace from
flutter packages pub run license_generator generate debug
:The text was updated successfully, but these errors were encountered: