用gitolite新建项目,clone后首次push,可能会出现: git: No refs in common and none specified; doing no

时间:2023-03-08 19:08:08
用gitolite新建项目,clone后首次push,可能会出现:  git: No refs in common and none specified; doing no
用gitolite新建项目,clone后首次push,可能会出现:
  1. $ git push
  2. No refs in common and none specified; doing nothing.
  3. Perhaps you should specify a branch such as 'master'.
  4. fatal: The remote end hung up unexpectedly
  5. error: failed to push some refs to 'file:///xxxxxxx.git'
.这是Git 找不到你要提交的版本了。
解决办法:git push origin master