Category: git

  • How to Remove DS_Store Files from Git Repository

    How to Remove DS_Store Files from Git Repository

    Go to OSX Daily to read How to Remove DS_Store Files from Git Repository If you use git on the Mac platform, you likely have come across DS_Store files in a git repository. These can be annoying and clutter a git repo, and you may even run into unnecessary conflicts due to .DS_Store files being…

  • invalid active developer path (/Library/Developer/CommandLineTools)

    invalid active developer path (/Library/Developer/CommandLineTools)

    Go to OSX Daily to read invalid active developer path (/Library/Developer/CommandLineTools) Some Mac Terminal users may discover git, pip, HomeBrew, and other command line tools may fail or not work as intended with an error message stating “xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)”. Sometimes these command line tools stop working after a macOS system…