解决:
将远程仓库中除.git以外的所有文件删除,然后执行 git config --bool core.bare true 然后客户端重新push即可解决问题
git config --bool core.bare true
然后客户端重新push即可解决问题
还要注意远程仓库权限方面...