I want to install carthage on my Mac OS using brew install carthage command. However, I get the following error:
brew install carthage
touch: /usr/local/Homebrew/.git
This worked for me : macOS Catalina 10.15.1
sudo chown -R $(whoami):admin /usr/local/* && sudo chmod -R g+rwx /usr/local/*