无法让Tower(OSX git GUI)忽略文件权限 - “无法锁定配置文件.git / config”错误

时间:2014-12-18 05:05:17

标签: macos git git-tower

问题:

  1. 无法让Tower(OSX git App)忽略文件权限

  2. 设置:

    1. OSX 10.9.5
    2. 使用Tower 2.1.3设置使用git:
    3. /usr/bin/git (System; 1.9.3 (Apple Git-50)


      尝试过:

      • 在Tower / Tower docs中查找文件模式设置
      • 从终端,尝试过:

      $ git config core.fileMode false

      • 哪个输出:

      error: could not lock config file .git/config: No such file or directory

      • 在终端,我看不到:

      ~/.git/config

      /.git/config

      /usr/bin/git

      /usr/bin/.git


      问题:

      有谁知道如何让OSX上的Tower忽略文件权限?

      非常感谢任何正确方向的指示。

      干杯

1 个答案:

答案 0 :(得分:1)

git config可以在git repo中使用。

在特定的git仓库之外,您可以输入:

git config --global core.fileMode false

然后再次检查塔(重新启动它只是为了确定)。

OP CMSCSS添加in the comments

  

在repo的git config core.fileMode false目录中运行/.git