ruby on rails - Git More than one value for the key user.name/email -


problem 1. when run command

$ git config --global user.name # or $ git config --global user.email 

i following error message:

error: more 1 value key user.name/email 

so seems have multiple values stored against both user name , email. want have 1 value stored in each.

problem 2. name shown against commits on github not linked account. means not hyper linked blocked.

i searched lot got no satisfactory result problems. can please help.

are using windows or unix based system? if on unix based system can check config inside config file. go home folder , in there, there should hidden file called .gitconfig open , see info have there. maybe there error on file.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -