728x90

Well, the message is pretty much self-explanatory. You did not tell git what your name and email address is.

Open a command line and type:

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

Of course you should enter your real name and email. Afterwards git knows who you are and is able to insert this information in your commits.

Seems like smartgit does not add the git binary to your path. You have to add its path to the PATH environment variable or first change to the corresponding directory. You can find a screencast here: http://blog.dragndream.com/?p=97


728x90

'UNIX' 카테고리의 다른 글

의존: libglapi-mesa 오류  (3) 2013.07.08
tools/pm-qa not a valid sha1 error  (2) 2013.07.06
access denied or repository not exported: /platform/manifest.git  (0) 2013.07.06
repo sync fatal : not a valid sha1  (0) 2013.07.06
not a valid sha1  (0) 2013.07.06

+ Recent posts