美文网首页
GIT仓库多个环境使用

GIT仓库多个环境使用

作者: simbanyan | 来源:发表于2023-08-04 09:12 被阅读0次

    背景

    我在linux 服务有一个git代码仓库, 通过nfs,映射到windows, window也可以访问这个仓库。但是进行git status时,linux和windows会有冲突。

    解决版本

    设置环境变量 GIT_INDEX_FILE , 例如 export GIT_INDEX_FILE=xxx_index

    相关文章

      网友评论

          本文标题:GIT仓库多个环境使用

          本文链接:https://www.haomeiwen.com/subject/ttcnxdtx.html