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

Git Clone Error: git clone 'r_dart_library' failed with permission denied #2

Closed
YK-Unit opened this issue Dec 25, 2019 · 1 comment
Closed
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@YK-Unit
Copy link
Owner

YK-Unit commented Dec 25, 2019

Git Clone Error

git clone 'r_dart_library' failed with permission denied:

git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
@YK-Unit
Copy link
Owner Author

YK-Unit commented Dec 25, 2019

Solution

modify the url value of r_dart_library in your pubspec.yaml :

dependencies:
  r_dart_library:
    git:
      url: https://github.com/YK-Unit/r_dart_library.git

@YK-Unit YK-Unit closed this as completed Dec 25, 2019
@YK-Unit YK-Unit added documentation Improvements or additions to documentation good first issue Good for newcomers labels Dec 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant