0

After I have cloned an empty repository to my local system, I just want to clarify each of these 3 lines what is their meaning.

Warning: Permanently added 'gitlab.com' (ED25519) to the list of known hosts.
client_global_hostkeys_private_confirm: server gave bad signature for RSA key 0
warning: You appear to have cloned an empty repository.

I am just a curious person

phd
  • 82,685
  • 13
  • 120
  • 165
thatnicholascoder
  • 161
  • 1
  • 2
  • 9
  • https://stackoverflow.com/search?q=%5Bssh%5D+Permanently+added+to+the+list+of+known+hosts – phd May 13 '21 at 15:58

1 Answers1

1

That is an SSH thing. It asked you if the remote's key is OK the first time it saw it, and then remembers that.

JDługosz
  • 5,592
  • 3
  • 24
  • 45