Hello, I do not kwow why the folder ‘git’ appears in my jupyter notebook like this, I want to remove it but fail because of its ‘false’ writable property. Please help me remove it. Thank you in advance !
If you run ls -l
you should see the owner, group and permissions on the directory. Try comparing that with the user and group ID of your current user (id
). If you can’t figure out the problem post the output of both commands and we might be able to help.