File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ <h1 id="git-db-api">Git DB API</h1>
4343branch references you could technically do just about anything that Git
4444can do without having Git installed.</ p >
4545
46+ < p > Git DB API functions will return a 409 if the git repo for a Repository is empty
47+ or unavailable. This typically means it is being created still. < a href ="https://github.com/contact "> Contact
48+ Support</ a > if this response status persists.</ p >
49+
4650< p > < img src ="http://progit.org/figures/ch9/18333fig0904-tn.png " alt ="git db "> </ p >
4751
4852< p > For more information on the Git object database, please read the
Original file line number Diff line number Diff line change @@ -99,7 +99,11 @@ <h3 id="parameters-1">Parameters</h3>
9999forked into this organization.</ dd >
100100</ dl > < h3 id ="response-1 "> Response</ h3 >
101101
102- < pre class ="headers "> < code > Status: 201 Created
102+ < p > Forking a Repository happens asynchronously. Therefore, you may have to wait
103+ a short period before accessing the git objects. If this takes longer than
104+ 5 minutes, be sure to < a href ="https://github.com/contact "> contact Support</ a > .</ p >
105+
106+ < pre class ="headers "> < code > Status: 202 Accepted
103107X-RateLimit-Limit: 5000
104108X-RateLimit-Remaining: 4999</ code > </ pre >
105109
You can’t perform that action at this time.
0 commit comments