Shallow update not allowed (git > 1.9)

后端 未结 4 1249
忘掉有多难
忘掉有多难 2021-01-13 15:15

There are a lot of answers stating that git 1.9 removes limitations of shallow clones. Nevertheless, I\'m using 2.6.1 and still having the following basic issue:

Fir

4条回答
  •  不知归路
    2021-01-13 16:07

    Well on Linux repo server... this

    git config --local --add receive.shallowUpdate true
    

    resulted in this being added to the repo config file.

    [receive]
        shallowUpdate = true
    

    So maybe if you can add that to the repo config file.

提交回复
热议问题