I am making my portfolio following the video https://www.youtube.com/watch?v=0fYi8SGA20k&t=1827s No instructions were soo far given for pushing the code. I created a new rope on github and followed "or push an existing repository from the command line instruction" .. but when i tried pushing the code i got this error
git branch -M main
git push -u origin main
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
--xxxxx------
Please contact your system administrator.
Add correct host key in /Users/arundhati/.ssh/known_hosts to get rid of this message.
Offending RSA key in /Users/arundhati/.ssh/known_hosts:1
RSA host key for github.com has changed and you have requested strict checking.
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
im not sure what to do by Add correct host key in /Users/arundhati/.ssh/known_hosts to get rid of this message. and is it something dangerous?