赞
踩
git config --global -l
将自己的信息写入,远程仓库地址,用户名等
git config --global user.name "user_name"
git config --global user.email "email_id"
git config --global credential.https://github.com/user_name.provider generic
注意user_name为GitHub名,email_id为与之关联的邮箱
git status
git add -A .
git commit -m "dslab"
git push
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。