Hello this post has the same question as mine but the solution does not fix the problem.
I have tried sudo and this is the outcome:
(base) me$ sudo git clone https://github.com/soobinck/rotarod_ML.git
fatal: could not create work tree dir 'rotarod_ML': Permission denied
My problem, same as the post I mentioned above, is:
(base) brclab@FACMED006068:/run/user/1000/gvfs/smb-share:server=files.ubc.ca,share=team/bnrc/ninc/Raymond Lab/SooBin$ git clone https://github.com/soobinck/rotarod_ML.git
Cloning into 'rotarod_ML'...
error: chmod on /run/user/1000/gvfs/smb-share:server=files.ubc.ca,share=team/bnrc/ninc/Raymond Lab/SooBin/rotarod_ML/.git/config.lock failed: Operation not supported
fatal: could not set 'core.filemode' to 'false'
I would try this solution but since I don't know much about git and the remote computer (Linux), I wouldn't try messing around.
Can someone please give me guidance as to how to clone and pull the git repository? Thank you.