私は新しいgitユーザーです。
ライブ共有ホストWebサーバー(gitがインストールされている場所)に作成した.gitフォルダーにインポートしたいbitbucket上のリポジトリがあります。SSH経由でコマンドを送信できます。http://joemaller.com/990/a-web-focused-git-workflow/の指示に従っています
記事で説明されているように、サーバー上に2つのリポジトリを設定することができました。ただし、コマンドを与えると:
"git remote add hub ~/site_hub.git; git remote show hub; git push hub master; "
私は得る:
Push URL: /home/***/site_hub.git HEAD branch: (unknown)
error: src refspec master does not match any.
error: failed to push some refs to '/home/***/site_hub.git'
どうすればこれを修正できますか?