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 repo access error #123

Open
Aphelllon opened this issue Jun 19, 2024 · 2 comments
Open

git repo access error #123

Aphelllon opened this issue Jun 19, 2024 · 2 comments

Comments

@Aphelllon
Copy link

Aphelllon commented Jun 19, 2024

when I try to fetch it gives errors
"
The authenticity of host 'github.com (xxxxxx)' can't be established.
xxxx key fingerprint is xxxx
"
(i don't know is it a security problem so i put x instead of real ip, key, fingerprint)
and
"
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
"

@Sandoiitchisan
Copy link

I can confirm I have the same problem

@nikolaypronchev
Copy link

This is not an issue with the current repository but rather a GitHub access issue. Please refer to this link for more details.
The simplest solution is to use origin with the HTTPS protocol instead of git:.

git remote remove origin
git remote add origin https://github.com/Ekozmaster/NFSU2-RTX-Remix.git

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

3 participants