. ____ . ____________________________ |/ \| | | [| ♥ ♥ |] | Git Deployment Script v0.1 | |___==___| / © oodavid 2012 | |____________________________| $ echo $PWD /home/bitrix/ext_www/nemobuv.ru $ whoami bitrix $ git add --all $ git commit -m "Changes on production" *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: empty ident name (for <bitrix@671361-nemobuv1.tmweb.ru>) not allowed $ 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" *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: empty ident name (for <bitrix@671361-nemobuv1.tmweb.ru>) not allowed $ 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