标签: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端
标签:git add git push pos -- 缓存 用户 使用 cmd
原文地址:https://www.cnblogs.com/inthecloud/p/12664916.html