pycharm complaining about git installed wrong despite it just pushing to git!

Answered

Git is definitively working fine...even within pycharm!

Why am I getting this issue still:
```
5:40 PM Git is not installed
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')), '/usr/lib/libxcrun.dylib' (no such file)).
Download and Install

5:42 PM 4 files committed: got the SL for resnet12rfs cifarfs working and running on dgx a100

5:42 PM Push successful
diversity-for-predictive-success-of-meta-learning: Pushed 1 commit to origin/main
```

0
1 comment

Hello Miranda9

It seems that you may have an issue with xcode:
https://stackoverflow.com/questions/66064033/unable-to-run-git-on-mac-os-big-sur

As for git is working fine - could you please run `which git` in terminal and then go to Preferences | Version Control | Git and see what git executables are specified there?

0

Please sign in to leave a comment.