Skip to content

Commit 5ede1f7

Browse files
committed
mention the 409 conflict response for the git db api
1 parent b870284 commit 5ede1f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/v3/git.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ our API - by creating raw objects directly into the database and updating
1313
branch references you could technically do just about anything that Git
1414
can do without having Git installed.
1515

16+
Git DB API functions will return a 409 if the git repo for a Repository is empty
17+
or unavailable. This typically means it is being created still. [Contact
18+
Support](https://github.com/contact) if this response status persists.
19+
1620
![git db](http://progit.org/figures/ch9/18333fig0904-tn.png)
1721

1822
For more information on the Git object database, please read the

0 commit comments

Comments
 (0)