unable to auto-detect email address

$ git config --global user.email "[email protected]"

git config --global user.name "Your Name"

$ git config --local -l

你可能感兴趣的:(git)