服务器搭建好了,测试git clone 没问题。
当测试git push 时出现问题:
第一步:mkdir work
第二步:进入目录执行git init
第三步:git remote add origin gitServer:/home/git/project.cgi
第四步:创建文件test.txt,并执行git add test.txt
前四步都没问题,
第五步:执行git commit -m “add a test.txt”时报如下错误:
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for ) not allowed
不知道什么原因,求大神解决