2023年3月31日

git 服务器布置的一些坑

摘要: git 仓库push 提示文件已迁出报错 到object.git/.git 下(有congfig 文件)执行git config --bool core.bare true push下看能不能成功 如果还不行,执行git config receive.denyCurrentBranch ignore 阅读全文

posted @ 2023-03-31 18:22 Mlianga 阅读(33) 评论(0) 推荐(0)

导航