Git: set up global user name and email

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/IOIO_/article/details/85019451

Git: set up global user name and email

Administrator@PC2018 MINGW64 /
$ git config --global user.name "dijk"

Administrator@PC2018 MINGW64 /
$ git config --global user.email [email protected]

猜你喜欢

转载自blog.csdn.net/IOIO_/article/details/85019451
今日推荐