summaryrefslogtreecommitdiffstats
path: root/src/site/faq.mkd
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-05-07 13:02:02 -0400
committerJames Moger <james.moger@gitblit.com>2014-05-07 13:02:02 -0400
commit69eeaa5a725d20c6460771e224e441e7de23bffe (patch)
tree2dc1734bb5b7b4276c62f8b51e7adb43414d4762 /src/site/faq.mkd
parent4aa595cd4307d40e32fdb12f5178122caaa8c643 (diff)
downloadgitblit-69eeaa5a725d20c6460771e224e441e7de23bffe.tar.gz
gitblit-69eeaa5a725d20c6460771e224e441e7de23bffe.zip
Documentation
Diffstat (limited to 'src/site/faq.mkd')
-rw-r--r--src/site/faq.mkd8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/site/faq.mkd b/src/site/faq.mkd
index 1b522f82..160808d6 100644
--- a/src/site/faq.mkd
+++ b/src/site/faq.mkd
@@ -1,5 +1,13 @@
## Troubleshooting
+### push failed for branch (n/a (unpacker error))
+
+This is a bug in JGit (issue-408). TLDR: Newer git clients are optimized to send less data on the wire. JGit expects complete data to be sent, but there are scenarios where native git can optimize-out sending objects. By default, JGit requires everything sent be complete and referenceable.
+
+If you experience this, the workaround is to temporarily disable the reachable check for the receive pack, push, and then re-enable the setting.
+
+ git.checkReferencedObjectsAreReachable = false
+
### Eclipse/Egit/JGit complains that it "can't open upload pack"?
There are a few ways this can occur: