Skip to content

Commit 6c48a8d

Browse files
committed
boom
1 parent 775c6c9 commit 6c48a8d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

v3/git/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ <h1 id="git-db-api">Git DB API</h1>
4343
branch references you could technically do just about anything that Git
4444
can 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

v3/repos/forks/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,11 @@ <h3 id="parameters-1">Parameters</h3>
9999
forked 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
103107
X-RateLimit-Limit: 5000
104108
X-RateLimit-Remaining: 4999</code></pre>
105109

0 commit comments

Comments
 (0)