赞
踩
1、git init
2、git remote rm origin (有的话删除)
3、git remote add origin
git@code.aliyun.com:matrixai/新建的仓库名字.git (IDEA已配置remote_git_url,IDEA进行下述操作即可)
4、git add .
5、git commit -m'说明'
6、git push -u origin master
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。