Issue: I have a bash script that builds an application. The complete application requires many (50+) "git clone" calls to assemble the pieces from different repositories. Although I do not get username/password challenges from "git clone", the Mac displays an A keychain cannot be found to store "<USERNAME>.", alert as shown below.
For the bash script to proceed, a mouse click is required for each "git clone call." Would like to remove this but what type of keychain does git need?
Results of the buttons:
- Cancel: Click the mouse for each clone and the script will succeed but no bio breaks while it builds.
- Reset To Defaults: Wipes out logins and does not prevent the alerts.
Versions:
- Git: 2.31
- MacOS: Big Sur 11.6