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

privileges missing? #1

Closed
bmullan opened this issue Dec 10, 2022 · 1 comment
Closed

privileges missing? #1

bmullan opened this issue Dec 10, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@bmullan
Copy link

bmullan commented Dec 10, 2022

Just tried to install via the README steps.

I execute the following and get what looks like repository access permission errors?

$ sudo git clone --recursive git@github.com:alswl/excalidraw-collaboration.git
Cloning into 'excalidraw-collaboration'...
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.

got any idea's whats going on.

thanks
brian

@alswl
Copy link
Owner

alswl commented Dec 11, 2022

Hi there, it was simple to solve.

Because Github have two way clone a repo, one way is using SSH keys(SSH protocol), and another way is using HTTPS(HTTP protocol). The error message shows you did not set a Git public key to Github.

How to fix it? There are two solutions:

@alswl alswl closed this as completed Dec 11, 2022
@alswl alswl added documentation Improvements or additions to documentation question Further information is requested labels Mar 17, 2023
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 question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants