ios - New to git and keep getting the error when I make a new repository via Xcode -


i keep getting error when make new repository:

failed parse config file: invalid configuration key (in /users/username/.gitconfig:3, column 0) (-1)

in terminal:

git init 

fatal: bad config line 3

in file /users/username/.gitconfig line 3 email line , accurate

try update configuration file, in terminal write:

git config --global user.email example@email.io 

and in case update username:

git config --global user.name "yourusername"  

Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -