git push提示:Push rejected

问题描述:

代码push,提示如下图
git push提示:Push rejected


解决方案:

打开Git Bash--输入:git push -all

git push提示:Push rejected
报错信息:error: remote unpack failed: unable to create temporary object directory

原来GitLab所在Linux的磁盘空间达到100%,没有可用空间,清除空间即可

上一篇:机器学习Label Encoder和One Hot Encoder


下一篇:one-hot编码/哑编码/独热编码