服務器搭建好了,測試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 "[email protected]"
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
不知道什麼原因,求大神解決
用git的話必須先創建一個用戶,即用郵箱去注冊,就是git config所指的。剛入門的話最好去看看廖雪峰的git教程