Ya estoy inscrito ¿Todavía no tienes acceso? Nuestros Planes
Ya estoy inscrito ¿Todavía no tienes acceso? Nuestros Planes
0
respuestas

problemas para insalar GIT en Mac M1

Hola, espero puedan ayudarme

He seguido los pasos para instalar git en mi mac:

  • Instalar Git usando Homebrew

brew update
brew install git

  • Verificar la versión de Git:
    which git

y hasta aqui todo correcto, pero cuando quiero continuar con:

  • Verificar la versión de Git:
    git --version

me aparece el siguiente mensaje:

xcrun: error: unable to load libxcrun (dlopen(/Library/Developer/CommandLineTools/usr/lib/libxcrun.dylib, 0x0005): tried: '/Library/Developer/CommandLineTools/usr/lib/libxcrun.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e')), '/System/Volumes/Preboot/Cryptexes/OS/Library/Developer/CommandLineTools/usr/lib/libxcrun.dylib' (no such file), '/Library/Developer/CommandLineTools/usr/lib/libxcrun.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e'))).

espero puedan ayudarme a solucionarlo, gracias