0%

Git初始化

Command line instructions 本地Git全局设置(Git global setup)

1
2
git config --global user.name "yourname"
git config --global user.email "your@email"
阅读全文 »