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

Cannot get files from git #1129

Open
dac2020 opened this issue Aug 1, 2023 · 2 comments
Open

Cannot get files from git #1129

dac2020 opened this issue Aug 1, 2023 · 2 comments

Comments

@dac2020
Copy link

dac2020 commented Aug 1, 2023

Mind you, this is from a 2022 post;

$ git clone --depth=1 git@github.com:pH7Software/pH7Builder.git
Cloning into 'pH7Builder'...
The authenticity of host 'github.com (140.82.114.4)' can't be established.
ED25519 key fingerprint is SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
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.

@ip6li
Copy link

ip6li commented Aug 3, 2023

Use https instead of ssh. Protocol ssh needs private/public key authentication on Github.

@dac2020
Copy link
Author

dac2020 commented Aug 3, 2023

Hi, thanks. Yes, I did but could not get the files so downloaded the zip package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants