Beginner here, trying to set up my terminal to communicate with my Github so that I can commit and pull a file that I need.
I downloaded git for Mac from the main site. I couldn't find walkthrough of git from the beginning that could help with this question.
So I type in git --version and I get an error saying "no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools."
I've probably done this 3 times. Installing the Xcode.
Once the install is complete, I repeat the git --version and still get the error.
Do I need Xcode to simply have my terminal communicate with my Github? How do I get it to work if I do? I've seen a few questions asked on here relating to this but I did not find them helpful.
Thanks