2016-09-30 63 views

回答

3

運行建議的命令。例如:

git config --global user.name "Aishwarya Mohan" 
git config --global user.email [email protected] 

當然,在後面的命令中替換您的實際電子郵件地址。

相關問題