最近、個人用サーバーに裸の共有リポジトリをセットアップしましたが、そこから直接 heroku にプッシュしたいと考えています。つまり、github は使用しません。
リモートを追加する行のすべての部分を理解しているかどうかはわかりません。
git remote add heroku myherokuusername?@heroku.com:myherokureponame?.git
git remote add heroku git@heroku.com:taraswebapp.git # normally this
git remote add heroku tara.byte@heroku.com:taraswebapp.git
その他の情報: 私は mac os x で作業しており、関連する heroku ツールベルトを最近インストールしました。私のオリジンは: tara@192.168.1.160:/rails_projects/taraswebapp.git です。これはサーバーの静的 IP です。