简体   繁体   中英

Git error. Command: with exit code 128 in Flutter

attempting to use this package in my flutter application

plain_notification_token:
    git:
      url: git@github.com:zionnite/plain_notification_token.git

在此处输入图像描述

Have deleted /.pub-cache yet error still persists

please what do I need to Do?

so I decided to use the full url from GitHub like this

  plain_notification_token:
    git:
      url: https://github.com/zionnite/plain_notification_token.git

I was then able to run the pubspec.yaml file

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM