Git issue with Visual Studio 2015

前端 未结 5 1025
无人及你
无人及你 2021-01-31 14:29

I have a Visual Studio solution inside a git repository created with TortoiseGit version 1.8.16.0 (git version 2.6.2.windows.1)

I just updated Visual Studio from 2015 to

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-31 15:07

    Simpler solution which worked for me (also for VS 2017): open .git\config file and change

    bare: true
    

    to

    bare:false
    

提交回复
热议问题