. ____ . ____________________________ |/ \| | | [| ♥ ♥ |] | Git Deployment Script v0.1 | |___==___| / © oodavid 2012 | |____________________________| $ pwd /home/bitrix/ext_www/petruhastore.ru $ git config --global user.email "git@petruhastore.ru" $ git config --global user.name "git.petruhastore.ru" $ git config --global --list user.email=git@petruhastore.ru user.name=git.petruhastore.ru $ whoami bitrix $ git add --all $ git commit -m "Changes on production" # On branch master # Your branch is ahead of 'origin/master' by 9 commits. # (use "git push" to publish your local commits) # nothing to commit, working directory clean $ git pull origin master @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ 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 SHA256:46OSHA1Rmj8E8ERTC6xkNcmGOw9oFxYr0WF6zWW8l1E. Please contact your system administrator. Add correct host key in /home/bitrix/.ssh/known_hosts to get rid of this message. Offending RSA key in /home/bitrix/.ssh/known_hosts:1 RSA host key for bitbucket.org 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. $ git checkout --theirs . $ git commit -am "Remote Conflict" # On branch master # Your branch is ahead of 'origin/master' by 9 commits. # (use "git push" to publish your local commits) # nothing to commit, working directory clean $ git push origin master @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ 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 SHA256:46OSHA1Rmj8E8ERTC6xkNcmGOw9oFxYr0WF6zWW8l1E. Please contact your system administrator. Add correct host key in /home/bitrix/.ssh/known_hosts to get rid of this message. Offending RSA key in /home/bitrix/.ssh/known_hosts:1 RSA host key for bitbucket.org 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. $ git submodule sync $ git submodule update $ git submodule status