git修复push文件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git修复push文件相关的知识,希望对你有一定的参考价值。
1 环境
2 错误
3 解决
4 参考
环境
错误
TortoiseGit 客户端 push时报
git.exe push --progress "origin" master:master
error: cannot spawn sh: No such file or directory
error: cannot spawn sh: No such file or directory
Counting objects: 3, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 416 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
remote: GitLab: You are not allowed to force push code to a protected branch on this project.
To http://192.168.80.130:10080/root/demo.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to \'http://192.168.80.130:10080/root/demo.git\'
git did not exit cleanly (exit code 1) (15709 ms @ 2016-12-11 00:20:09)
解决
点Unprotected,取消保护。
参考
http://blog.csdn.net/hwz2311245/article/details/50599759
以上是关于git修复push文件的主要内容,如果未能解决你的问题,请参考以下文章
git push origin master拒绝错误权限(github)
Git学习总结(27)—— Git 不要只会 pull 和 push
git合并分支成功,但是push失败(remote: GitLab: You are not allowed to push code to protected branches on this pr