message no. 73104
Posted by siloxid in #github at 2015-01-14T00:31:19Z
I am trying to clone a repository to github. git clone --bare ... && git clone --mirror ... work fine with a personal repo but they do not work with a repo that belongs to an organization; when I push I get the error "error: --mirror can't be combined with refspecs". what must be done to push in this case?