vicenteguerra / git-deploy

Php Script for Auto-Pull in server (Using WebHook from GitLab, GitHub and Bitbucket)
641 stars 236 forks source link

Host key verification failed. #47

Open brunoesdrasbassan opened 2 years ago

brunoesdrasbassan commented 2 years ago

Hello, I had a problem with my GIT server and I had to change its IP, so far everything worked perfectly but after I changed the IP it stopped working, I've updated the ssh know_hosts but I get the error in the image below image

mohituplers commented 2 years ago

Did you get any solution for this ?

ArjunKishore commented 2 years ago

it can be resolved by cloning with your credentials on in the url eg:git clone username:accesstoken@bitbucket.org/repository/repo-name.git Hope you find this useful