0

So I freshly installed Ubuntu 18.04 alongside Windows 10. At installation I mounted C: and D: at home/drives/C - home/drives/D. I want to keep my working files in D therefore I am using git there, but every time I try running git status, git clone etc, the terminal wants me to use sudo.

Did I mount the volumes correctly? How can I get rid of the mounted volumes permissions?

Zanna
  • 72,312
Huntix
  • 23

1 Answers1

0

Try to run as root

You can use this command to run the entire terminal as root

sudo  -i

or

sudo su

Enter your password and you can do all commands as root

muru
  • 207,228
Musthu
  • 80