autopkg / MLBZ521-recipes

AutoPkg Recipes
MIT License
14 stars 22 forks source link

Error updating repo #33

Closed ehlersmj4814 closed 3 years ago

ehlersmj4814 commented 3 years ago

I am getting an error when attempting to update the recipes repo.

ERROR: *** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'alpha@autopkg.(none)')

homebysix commented 3 years ago

Hi @ehlersmj4814 - Are you able to update other repos?

You might try autopkg repo-delete MLBZ521-recipes && autopkg repo-add MLBZ521-recipes as an alternative.

MLBZ521 commented 3 years ago

Yes, please try what Elliot suggested above.

jazzace commented 3 years ago

FWIW, the error I received was:

WARNING: plist error for /Users/username/Library/AutoPkg/RecipeRepos/com.github.autopkg.MLBZ521-recipes/Android Studio/AndroidStudioSDKCLITools.pkg.recipe: not well-formed (invalid token): line 94, column 1

Deleting and re-adding the repo solved the problem. I haven't ruled out that this was a problem with the new release of AutoPkgr (which was responsible for the repo update and threw an error upon update but continued to function with the above caveat).

MLBZ521 commented 3 years ago

Closing this issue at this time, removing and re-adding should resolve this, as mentioned. Sorry for the hassle all.