GIT_DISCOVERY_ACROSS_FILESYSTEM not set

前端 未结 8 1617
忘了有多久
忘了有多久 2020-12-07 14:00

I have searched and read few post but my problem is not the same as descirbed. So here\'s the issue: using git clone into folder under external partition of the disk works f

8条回答
  •  时光说笑
    2020-12-07 14:40

    Just type git init into your command line and press enter. Then run your command again, you probably were running git remote add origin [your-repository].

    That should work, if it doesn't, just let me know.

提交回复
热议问题