图片引用:https://www.bilibili.com/video/BV1mb411n7Nw?p=3 备注:issues 比如我从一个大佬的开源项目复制过来自己的仓库: 比如我要克隆刚刚我新建的项目到我的上进项开发: 使用vscode克隆clone项目: git pull [分支],不写默认master分支 比如我仓库新增一个文件,达到效果:仓库更新但是本地还没跟新 git fetch git merge 小总结: fatch + merge == pull 可能会报这个错误: To https://gitee.com/miaoderen/VueDemo.git 本地没有远程库的文件 git pull –rebase origin master 完成效果: 小总结:每次提交之前都要 三连操作 原因:拒绝合并无关历史 解决方法: git pull origin master –allow-unrelated-histories fatal: The current branch master has no upstream branch. 原因:没有将本地的分支与远程仓库的分支进行关联 git push -u origin master 打勾常用1.git的工作流程:
2.开始创建git账号:以国内的码云为例
2.1 、到码云官网注册账号:https://gitee.com/signup
我就推荐使用这两个吧,方便的话就用微信,我直接绑定我的github就得。
3.新建仓库
3.1 :登录好之后就可以新建仓库了:
好的目前为止仓库就创建完成了。
issues功能被用来追踪各种想法,增强功能,任务,bug等。许多的项目通过centeral bug tracker收集用户的反馈。4.git拉取项目操作:
4.1、 fork:从别人开放得远程仓库复制到自己的远程仓库
然后在我的仓库中就有这个项目作为一个分支:
4.2、 clone:从远程仓库克隆项目到自己电脑
注:如果clone不是自己的项目,那么修改后没有开发者以上权限时不可以推送代码到别人远程仓库的
回车选择存储位置就得了。。。4.3、 pull:从远程仓库合并代码到自己的工作区
然后在项目目录下使用:git pull
4.4、 fatch:从远程仓库合并代码到自己的本地仓库
4.5、 merge:从自己本地仓库合并到代码到自己工作区
5.git提交项目操作:
5.1、远程仓库没有源
! [rejected] master -> master (fetch first)
error: failed to push some refs to ‘https://gitee.com/miaoderen/VueDemo.git’
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., ‘git pull …’) before pushing again.
hint: See the ‘Note about fast-forwards’ in ‘git push –help’ for details.
再提交:
git push -u origin master
6.常用错误和莫名其妙:
From https://gitee.com/miaoderen/VueDemo
* branch master -> FETCH_HEAD
fatal: refusing to merge unrelated histories
To push the current branch and set the remote as upstream, use
git push –set-upstream origin master
解决方法:7.常用命令:
8.冲突解决:
本网页所有视频内容由 imoviebox边看边下-网页视频下载, iurlBox网页地址收藏管理器 下载并得到。
ImovieBox网页视频下载器 下载地址: ImovieBox网页视频下载器-最新版本下载
本文章由: imapbox邮箱云存储,邮箱网盘,ImageBox 图片批量下载器,网页图片批量下载专家,网页图片批量下载器,获取到文章图片,imoviebox网页视频批量下载器,下载视频内容,为您提供.
阅读和此文章类似的: 全球云计算