. ____ . ____________________________ |/ \| | | [| ♥ ♥ |] | Git Deployment Script v0.1 | |___==___| / © oodavid 2017 Newsite.by | |____________________________| $ echo $PWD /home/bitrix/ext_www/aim-association.by $ git config --global user.email git@aim-association.by $ git config --global user.name "aim-association server" $ git config --global --list user.email=git@aim-association.by user.name=aim-association server $ whoami bitrix $ git add --all $ git commit -m "Changes on production" # On branch master nothing to commit, working directory clean $ git pull origin master 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 nothing to commit, working directory clean $ git push origin master 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