摘要: #全局配置: git config --global user.name "you login name"git config --global user.email "22333xxx@xxx.cn"git clone xxx项目地址xx.git # cd到项目 lscd xxfilename # 阅读全文
posted @ 2022-08-01 20:27 刘贵庆 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 解决方法: 需要远程和本地分支建立联系: git branch --set-upstream-to=origin/Gitlab_Branch_Name PC_Branch_Name git pull 阅读全文
posted @ 2022-08-01 20:06 刘贵庆 阅读(535) 评论(1) 推荐(0) 编辑