diff options
author | James Moger <james.moger@gitblit.com> | 2013-05-02 21:46:29 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-05-02 21:46:29 -0400 |
commit | 99c9742d8102d9e617a109fc3f6a262339ecdc71 (patch) | |
tree | a574de754837afb359359aab22952e372321335f /src/site | |
parent | fd9d28b6adc913dc332d321c0e519b9e0b4d46f5 (diff) | |
download | gitblit-99c9742d8102d9e617a109fc3f6a262339ecdc71.tar.gz gitblit-99c9742d8102d9e617a109fc3f6a262339ecdc71.zip |
Documentation
Diffstat (limited to 'src/site')
-rw-r--r-- | src/site/faq.mkd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/site/faq.mkd b/src/site/faq.mkd index fb1b5994..84a0a817 100644 --- a/src/site/faq.mkd +++ b/src/site/faq.mkd @@ -17,6 +17,12 @@ Value = <em>false</em></pre> 5. The repository is clone-restricted and your password changed.
6. A regression in Gitblit. :(
+### I can not push using git:// protocol on Windows using native Git
+
+This is a long-standing, known bug in the native Git for Windows implementation.
+
+https://groups.google.com/d/topic/msysgit/at8D7J-h7mw/discussion
+
### Why can't I access Gitblit GO from another machine?
1. Please check *server.httpBindInterface* and *server.httpsBindInterface* in `gitblit.properties`, you may be only be serving on *localhost*.
2. Please see the above answer about "**can't open upload pack**".
|