File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ <h1 id="git-db-api">Git DB API</h1>
43
43
branch references you could technically do just about anything that Git
44
44
can do without having Git installed.</ p >
45
45
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
+
46
50
< p > < img src ="http://progit.org/figures/ch9/18333fig0904-tn.png " alt ="git db "> </ p >
47
51
48
52
< 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>
99
99
forked into this organization.</ dd >
100
100
</ dl > < h3 id ="response-1 "> Response</ h3 >
101
101
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
103
107
X-RateLimit-Limit: 5000
104
108
X-RateLimit-Remaining: 4999</ code > </ pre >
105
109
You can’t perform that action at this time.
0 commit comments