小编Geo*_*rgi的帖子

git bash无法使用错误消息推送分支:"对象目录不存在"

最近我将我的Git Bash更新到最新版本,现在当我试图将分支推送到远程服务器时,我收到一条错误消息:

$ git push --set-upstream origin bugs/purlin_support_reactions
Counting objects: 41, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (41/41), done.
Writing objects: 100% (41/41), 4.91 KiB | 0 bytes/s, done.
Total 41 (delta 33), reused 0 (delta 0)
remote: error: object directory /192.168.10.1/strengs/strengs_master.git/objects does not exist; check .git/objects/info/alternates.
remote: fatal: unresolved deltas left after unpacking
error: unpack failed: unpack-objects abnormal exit
To //192.168.10.1/strengs/strengs_master.git
 ! [remote rejected] bugs/purlin_support_reactions -> bugs/purlin_support_reactions (unpacker error)
Run Code Online (Sandbox Code Playgroud)

错误:未能将某些引用推送到'//192.168.10.1/strengs/strengs_master.git'

对象目录确实存在(已选中),check .git/objects/info/alternates不存在.在info中只有 …

git bash

10
推荐指数
2
解决办法
4598
查看次数

标签 统计

bash ×1

git ×1