


It's possible that your user account does not have permissions to write outside your home directory, that's what the lock icon and button are for in Get Info dialogs, or when you want to delete something your regular user account doesn't have the permission for:
USE GIT ON MAC TERMINAL MAC OS X
Superuser on Mac OS X refers to the root user account used for system administration and has little to do with file system paths. those starting with /), so it's useful to know these even if you're not often using the Terminal. Your other disks are mounted in /Volumes/ (which is not visible from the Finder). To get to Macintosh HD (which is the same as / in Terminal), enter cd / from there brings you to the parent directory /Users, or Macintosh HD:Users. This is the same path as Macintosh HD:Users:username.Ĭd. When you open Terminal, you start out in /Users/username/, or, in short, ~. Is it safe to use Git(Github) with directories in my Macintosh HD? As I’m trying my hand at developing a node application today, I’m getting frustrated by the Terminate batch job (Y/N) every time I need to restart a script. Also I would like to know if its possible at all, and I am just missing something. TL DR:: Install windows git to get bash and add 'C:Program FilesGitbinbash.exe' to '' in VS Code’s user settings. I want to know if this is just my fault for installing everything on my Macintosh HD instead of Macintosh HD/users/JeroensiMac/~. I want to be in the Terminal and go to my Macintosh HD (is this referred to as being superuser?).
USE GIT ON MAC TERMINAL HOW TO
Here's how to install it on GNU/Linux, MacOSX, and Windows. Macintosh HD/applications, or Macintosh HD/applications/MAMP/htdocs/ Git is the most popular distributed version control and source code management system. The problem is that all my applications and everything really is not on my user but in the Macintosh HD. just results back in the line above, which is usual. This not the real problem though, the problem is I am in the terminal and see this: imac-van-jeroen-*******-2:~ JeroensiMac$Īnd using cd ~ or cd. htdocs is the folder in which you put all your websites that then run by using MAMP - Apache server, PHP, MySQL and stuff. I wanted to get started with using Git and Github especially for installing Web software to my htdocs directory.
