码迷,mamicode.com
首页 > 其他好文 > 详细

AS上傳代碼到GitLab

时间:2020-04-09 10:44:18      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:git add   git   push   pos   --   缓存   用户   使用   cmd   

打開Terminal或者cmd,進入到項目所在目錄

git config --global user.name "你的用户名"
git config --global user.email "你的邮箱"
git init
git remote add origin 你刚才建立的项目连接
git add .
git commit
git config http.postBuffer 524288000 #(特别提醒: 此行是在本地设置缓存, 有些项目文件较大, 使用http无法上传,可设置此命令)
git push -u origin master  #将代码推送到gitlab端

 

AS上傳代碼到GitLab

标签:git add   git   push   pos   --   缓存   用户   使用   cmd   

原文地址:https://www.cnblogs.com/inthecloud/p/12664916.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!