GIT_DISCOVERY_ACROSS_FILESYSTEM not set

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

    The problem is you are not in the correct directory. A simple fix in Jupyter is to do the following command:

    1. Move to the GitHub directory for your installation
    2. Run the GitHub command

    Here is an example command to use in Jupyter:

    %%bash
    cd /home/ec2-user/ml_volume/GitHub_BMM
    git show
    

    Note you need to do the commands in the same cell.

提交回复
热议问题