Article 5RM8D [SOLVED] -current git cloning gitlab fails with ssh and https connections

[SOLVED] -current git cloning gitlab fails with ssh and https connections

by
igadoter
from LinuxQuestions.org on (#5RM8D)
Here are commands with issues
Code:$ git clone https://gitlab.com/qemu-project/qemu.git
Cloning into 'qemu'...
fatal: unable to access 'https://gitlab.com/qemu-project/qemu.git/': SSL certificate problem: unable to get local issuer certificateand
Code:$ git clone git@gitlab.com:qemu-project/qemu.git
Cloning into 'qemu'...
The authenticity of host 'gitlab.com (172.65.251.78)' can't be established.
ED25519 key fingerprint is SHA256:eUXGGm1YGsMAS7vkcx6JOJdOGHPem5gQp4taiCfCLB8.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'gitlab.com' (ED25519) to the list of known hosts.
git@gitlab.com: Permission denied (publickey,keyboard-interactive).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.just want to know is it my broken installation or is happening also for others?latest?d=yIl2AUoC8zA latest?i=p-w1wTMKppM:wl9AAa4tETA:F7zBnMy latest?i=p-w1wTMKppM:wl9AAa4tETA:V_sGLiP latest?d=qj6IDK7rITs latest?i=p-w1wTMKppM:wl9AAa4tETA:gIN9vFwp-w1wTMKppM
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments