赞
踩
gitlab上传
打开gitlab创建新项目
在右键打开git
git config --global user.name “用户名”
git config --global user.email “邮箱”
git remote add origin http://项目.git
git add .
git status 查看
git commit -m “111”
git push -u origin master
输入用户名和密码
刷新gitlab
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。