You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, I've been using this tool to great success with many pipelines, however we have one pipeline that consistently gets this error:
Committer identity unknown
*** 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 'VssAdministrator@WIN-P3QB64I435M.(none)')
All of the other pipelines work just fine using a PAT with the correct repo url. can you help identify whats going on here that one specific pipeline needs some kind of extra authentication?
The text was updated successfully, but these errors were encountered:
hello, I've been using this tool to great success with many pipelines, however we have one pipeline that consistently gets this error:
All of the other pipelines work just fine using a PAT with the correct repo url. can you help identify whats going on here that one specific pipeline needs some kind of extra authentication?
The text was updated successfully, but these errors were encountered: