我沒有git的用戶數據集:設置用戶數據提交
$ git commit -m '...'
*** 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 commit
來設置用戶數據?
嗯..我還是得到'請告訴我你是誰.'的消息。任何其他想法? –
@IonicăBizău這是你爲一個提交設置用戶數據的問題的答案 - 但git仍然要求你在全局配置中也有*一些數據*,即使它沒有用於提交數據。 – eis
@eis如果我不想設置全局用戶數據或編輯'〜/ .gitconfig'文件,那麼解決方案是什麼? –