サーバー側で空のgitリポジトリをベアでセットアップし、すべてをセットアップしています。
Cap deploy:setup はこれを行います
[109.etc] env RAILS_ENV=production sh -c 'git clone git@109.etc:srv/paintings.git /srv/paintings/current'
** [out :: 109.etc] Initialized empty Git repository in /srv/paintings/current/.git/
** [out :: 109.etc] The authenticity of host '109.etc (109.etc)' can't be established.
** [out :: 109.etc] RSA key fingerprint is e9:af:d6:d3:0e:f5:de:a3:4a:31:6e:8e:4a:c7:b7:ee.
** [out :: 109.etc] Are you sure you want to continue connecting (yes/no)?
*yes または y と入力すると、「ハング」するだけで、何も起こらないようです... * cap deploy:setup の後に既に --debug を試しました。