我是一个新的 git 用户。
我在 bitbucket 上有一个存储库,我想将它导入到我在实时共享主机 Web 服务器(我安装了 git)上创建的 .git 文件夹中。我可以通过 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'
我怎样才能解决这个问题?