GIT_DISCOVERY_ACROSS_FILESYSTEM not set

前端 未结 8 1652
忘了有多久
忘了有多久 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:41

    For android source code with repo, I beleive you should use REPO. if you really want to use git, you should know if the project has .git directory with ls -a. Or you have to enter the sub project directory which should include the .git.

提交回复
热议问题