-3

how can solve problem the multiple values in bitbucket? The message that appeared to me

warning: user.email has multiple values
error: cannot overwrite multiple values with a single value
       Use a regexp, --add or --replace-all to change user.email.
torek
  • 330,127
  • 43
  • 437
  • 552
Aseel
  • 1
  • 3

1 Answers1

0

Replace multiple values with single one:

git config --global --replace-all user.email your@email
phd
  • 57,284
  • 10
  • 68
  • 103