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
Post a Comment