问题解决:gitee项目提交失败 master -> master (non-fast-forward)

简介: 问题解决:gitee项目提交失败 master -> master (non-fast-forward)

git提交项目整个流程

执行 git init 初始化仓库

执行 git remote add origin + 仓库地址

执行 git pull origin master 把仓库拉到本地

执行 git add . 上传文件夹中所有文件

执行 git commit -m '文件描述'

执行 git push origin master 出错

出错后

执行 git pull

执行 git push --force origin master

完成


相关文章
|
开发工具 git
从 github 执行 git clone 一个大的项目时提示 error: RPC failed
目前克隆一个比较大的项目,出现RPC failed的错误 Cloning into 'bigfiles'... remote: Counting objects: 190, done. remote: Compressing objects: 100% (157/157), done.
3452 0
|
4月前
|
存储 开发工具 git
|
开发工具 git
git push报错:The current branch master has no upstream branch
git push报错:The current branch master has no upstream branch
36224 0
git push报错:The current branch master has no upstream branch
|
2月前
|
编译器 网络安全 开发工具
git学习五:切换本地仓库出现的问题。修改git配置初始化。error:src refspec master does not match any。错误总结,送上几个案例
这篇文章是关于Git使用中遇到的一些问题及其解决方案的总结,包括切换本地仓库时的问题、修改Git初始化配置、以及解决"error: src refspec master does not match any"错误等。
62 0
|
Shell 开发工具 数据安全/隐私保护
解决git clone与git push出现的若干问题:Failed to connect to github.com port 443: Timed out
解决git clone与git push出现的若干问题:Failed to connect to github.com port 443: Timed out
6043 1
解决git clone与git push出现的若干问题:Failed to connect to github.com port 443: Timed out
|
7月前
|
开发工具 git
git 拉取代码仓库代码报错(合并错误 refusing to merge unrelated histories)
git 拉取代码仓库代码报错(合并错误 refusing to merge unrelated histories)
94 0
|
7月前
|
开发工具 git
完美解决git 执行git push origin master指令 报错command not found
完美解决git 执行git push origin master指令 报错command not found
189 0
|
开发工具 git
git push origin master提交报错解决办法
git push origin master提交报错解决办法
154 0
|
运维 Shell 开发工具
【Git异常】Push master to origin/master was rejected by remote
【Git异常】Push master to origin/master was rejected by remote
286 0
|
开发工具 git
Gitlab 从master拉取代码创建新分支 并且再将修改合并到master
Gitlab 从master拉取代码创建新分支 并且再将修改合并到master
749 0