TortoiseGit-git did not exit cleanly (exit code 1)

后端 未结 19 2276
花落未央
花落未央 2020-12-30 18:43

I got this message when i tried to create repository by using Git clone.

git did not exit cleanly (exit code 1)

How to fix this?

19条回答
  •  一个人的身影
    2020-12-30 19:26

    I also encountered this error message due to longpath issues. Try to input this, that's helpful for me.

    git config --global core.longpaths true

提交回复
热议问题