How do I enter the git config command for Git Bash? -


i tried enter git config -- global user name , keep getting error messages when trying configure git bash account. using windows 7 , have downloaded git version 1.9.5

it seems if trying globally set username. correct command:

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

have @ pro git book: 1.6 getting started - first-time git setup nice summary.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -