git config設定全局使用者
在做一些本地版本庫操作時候,需要知道你是誰,是以我們要先設定下全局使用者;
右擊 git bash here
執行:
git config --global user.name “java1234”
git config --global user.email “[email protected]”
git config設定全局使用者
在做一些本地版本庫操作時候,需要知道你是誰,是以我們要先設定下全局使用者;
右擊 git bash here
執行:
git config --global user.name “java1234”
git config --global user.email “[email protected]”