Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ran.lu
verify
Wiki
【百信现场】代码开发里面git push 失败
【百信现场】代码开发里面git push 失败
· Changes
Page history
Update 【百信现场】代码开发里面git push 失败
authored
Nov 24, 2022
by
ran.lu
Hide whitespace changes
Inline
Side-by-side
【百信现场】代码开发里面git-push-失败.md
View page @
87140d9d
...
...
@@ -83,3 +83,12 @@ NFS: nfs4_reclaim_open_state: Lock reclaim failed!
所以在 gitea pod 里面用 dd 写文件,并没有问题。
## 6
使用 dd 准备文件时,不要写全 0 文件:全 0 文件,是可以 git add push 的。估计是有压缩?
要用随机文件,就可以复现问题:
```
dd if=/dev/urandom of=test bs=1M count=70
```