欢迎关注微信公众号:数据科学与艺术 作者WX:superhe199
size>500M 查看被占用端口:netstat -ano | findstr “5037” 杀死端口占用进程:taskkill /f /pid 124060 netstat -ano|findstr “80” Setting your email address for every repository on your computer
Set an email address in Git. You can use your GitHub-provided no-reply email address or any email address. git config --global user.email “XXXX@qq.com”
Confirm that you have set the email address correctly in Git: git config --global user.email XXX2@qq.com
Add the email address to your GitHub account by setting your commit email address on GitHub, so that your commits are attributed to you and appear in your contributions graph.