fatal: could not create work tree dir 'kivy'

后端 未结 13 1871
说谎
说谎 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:01

    sudo chmod 777 DIR_NAME
    cd DIR_NAME
    git clone https://github.com/mygitusername/kivy.git
    

    should work fine

提交回复
热议问题