git - remote: FATAL: bad username '@' -


while pushing commit local git server , got below mentioned response

  git.exe push --all --progress  "origin"      counting objects: 7, done.     delta compression using 4 threads.     compressing objects: 100% (3/3), done.     writing objects: 100% (4/4), 362 bytes, done.     total 4 (delta 1), reused 0 (delta 0) 

remote: fatal: bad username '@'

    git@10.237.218.244:gitolite-admin.git     51174b6..3646648  master -> master      success (7488 ms @ 3/18/2014 6:33:59 pm) 

how fix issue

you must set username.

$ git config --global user.name "john doe" 

Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -