Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6c48a8d

Browse files
committed
boom
1 parent775c6c9 commit6c48a8d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

‎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.<ahref="https://github.com/contact">Contact
48+
Support</a> if this response status persists.</p>
49+
4650
<p><imgsrc="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><h3id="response-1">Response</h3>
101101

102-
<preclass="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<ahref="https://github.com/contact">contact Support</a>.</p>
105+
106+
<preclass="headers"><code>Status: 202 Accepted
103107
X-RateLimit-Limit: 5000
104108
X-RateLimit-Remaining: 4999</code></pre>
105109

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp