We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to run the mlcr push,github,mlperf,inference,submission --repo_url=https://github.com/csemasthan/mlperf_inference_submissions_v5.0 --commit_message="Results added" command, at some point, it showing something like
Please tell me who you are.
Run
git config --global user.email "[email protected]" 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 'mlcuser@8c42efe93456.(none)') git push Username for 'https://github.com': [email protected] Password for 'https://csemasthan%[email protected]': Everything up-to-date [2025-02-17 15:50:59,575 module.py:5481 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/push-mlperf-inference-results-to-github/customize.py
It should show an error message for not setting user.email and/or user.name.
The text was updated successfully, but these errors were encountered:
I believe the issue arise during git commit. I have added an exit condition there.
git commit
#245
Sorry, something went wrong.
Closing this issue. Please feel free to reopen if issue still persists in the script.
No branches or pull requests
When I try to run the mlcr push,github,mlperf,inference,submission --repo_url=https://github.com/csemasthan/mlperf_inference_submissions_v5.0 --commit_message="Results added" command, at some point, it showing something like
Please tell me who you are.
Run
git config --global user.email "[email protected]"
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 'mlcuser@8c42efe93456.(none)')
git push
Username for 'https://github.com': [email protected]
Password for 'https://csemasthan%[email protected]':
Everything up-to-date
[2025-02-17 15:50:59,575 module.py:5481 INFO] - ! call "postprocess" from /home/mlcuser/MLC/repos/mlcommons@mlperf-automations/script/push-mlperf-inference-results-to-github/customize.py
It should show an error message for not setting user.email and/or user.name.
The text was updated successfully, but these errors were encountered: