Level 39
Why do you ask so many questions without closing your threads, it's not fair for helpers and readers who looks for same problem.
When trying to pull files from gitlab I get this error message:
[advancew@sjc02 public_html]$ git remote add origin [email protected]:davy_yg/zws.git
[advancew@sjc02 public_html]$ git pull origin main
The authenticity of host 'gitlab.com (172.65.251.78)' can't be established.
ECDSA key fingerprint is SHA256:HbW3g8zUjNSksFbqTiUWPWg2Bq1x8xdGUrliXFzSnUw.
ECDSA key fingerprint is MD5:f1:d0:fb:46:73:7a:70:92:5a:ab:5d:ef:43:e2:1c:35.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'gitlab.com,172.65.251.78' (ECDSA) to the list of known hosts.
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.
ref: https://medium.com/ci-cd-devops/gitlab-authentication-using-ssh-2dec9e768754
Please or to participate in this conversation.