00:00:24
Apr 06, 2020
00:00:25
$ [[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config$ echo "pulling updates on $dev"pulling updates on red-develop$ ssh -tt centos@13.251.192.208 "cd $root_path/$repo_folder && git pull origin $dev"Warning: Permanently added '13.251.192.208' (ECDSA) to the list of known hosts.error: cannot open .git/FETCH_HEAD: Permission deniedConnection to 13.251.192.208 closed.ERROR: Job failed: exit code 1