git config --global user.name moks
git config --global user.email moksht@hotmail.com
git config --global credential.helper store
本文共 172 字,大约阅读时间需要 1 分钟。
git config --global user.name moks
git config --global user.email moksht@hotmail.com
git config --global credential.helper store
转载于:https://my.oschina.net/moks/blog/608298