fatal: could not create work tree dir 'kivy'

后端 未结 13 1845
说谎
说谎 2020-12-04 09:56

I\'m trying to clone my fork of the kivy git, but it\'s not working. I\'ve made the fork correctly, I believe, but when I type this into my Mac terminal:

13条回答
  •  情歌与酒
    2020-12-04 10:15

    You need to ensure you are in a directory in which you have write permission. This might not be the directory in which Git is in once you open the terminal. In my case (Widows 10) I had to use the cd command to change the directory to the root directory (C:) After that it worked just fine.

提交回复
热议问题