Migration from Intel Mac to M1 Mac: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
No edit summary
No edit summary
Line 29: Line 29:
git version 2.32.0 (Apple Git-132)
git version 2.32.0 (Apple Git-132)
</pre>
</pre>
Reinstall the app which not support intel processor e.g.
* [https://docs.docker.com/desktop/mac/apple-silicon/ Docker Desktop for Apple silicon]


== Further reading ==
== Further reading ==

Revision as of 14:04, 4 March 2022


Upgrade macOS Homebrew[1]

  • brew update to update Homebrew
  • brew upgrade to update Homebrew packages

Upgrade Git command[2][3][4]

  • which git to find the location where git was installed
  • (optional) brew uninstall git
  • (optional) brew install git
  • /usr/local/bin/git --version to verify the path is working
  • vi ~/.zshrc and add this line alias git='/usr/local/bin/git'

Example outout of /usr/local/bin/git --version

git version 2.35.1


Download & install the Command Line Tools for Xcode 13.2.

Example outout of /usr/bin/git --version

git version 2.32.0 (Apple Git-132)

Reinstall the app which not support intel processor e.g.

Further reading

References