赞
踩
目录
Git for WindowsWe bring the awesome Git VCS to Windowshttps://gitforwindows.org/
打开终端,输入git --version
git config --global user.name "用户名"
git config --global user.email "邮箱"
git pull --rebase
git add .
git commit -m '提交文件的名称'
git push -u origin main
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。