Git / GitHub エラー・トラブル集
Git で遭遇する具体的なエラーメッセージ 500 件と解決法。検索エンジンでエラー全文を調べたときにヒットしやすい構成です。
エピソード一覧
- #1 fatal: not a git repository (or any of the parent directories): .git の原因と解決法 公開済み
- #2 fatal: remote origin already exists の原因と解決法 公開済み
- #3 fatal: refusing to merge unrelated histories の原因と解決法 公開済み
- #4 fatal: Need to specify how to reconcile divergent branches の原因と解決法 公開済み
- #5 fatal: Authentication failed for 'https://github.com/user/repo.git' の原因と解決法 公開済み
- #6 fatal: could not read Username for 'https://github.com': terminal prompts disabled の原因と解決法 公開済み
- #7 fatal: unable to access 'https://github.com/': SSL certificate problem: unable to get local issuer certificate の原因と解決法 公開済み
- #8 error: failed to push some refs to 'origin' の原因と解決法 公開済み
- #9 error: src refspec main does not match any の原因と解決法 公開済み
- #10 error: Your local changes to the following files would be overwritten by merge の原因と解決法 公開済み
- #11 error: The following untracked working tree files would be overwritten by merge の原因と解決法 公開済み
- #12 error: pathspec 'foo' did not match any file(s) known to git の原因と解決法 公開済み
- #13 error: cannot lock ref 'refs/heads/main': is at abc123 but expected def456 の原因と解決法 公開済み
- #14 error: RPC failed; HTTP 408 curl 22 The requested URL returned error: 408 の原因と解決法 公開済み
- #15 error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function の原因と解決法 公開済み
- #16 hint: You have divergent branches and need to specify how to reconcile them の原因と解決法 公開済み
- #17 hint: Updates were rejected because the remote contains work that you do not have locally の原因と解決法 公開済み
- #18 CONFLICT (content): Merge conflict in README.md の原因と解決法 公開済み
- #19 CONFLICT (modify/delete): file.txt deleted in HEAD and modified in branch の原因と解決法 公開済み
- #20 Automatic merge failed; fix conflicts and then commit the result の原因と解決法 公開済み
- #21 You are in 'detached HEAD' state の原因と解決法 公開済み
- #22 HEAD detached at v1.0.0 の原因と解決法 公開済み
- #23 warning: LF will be replaced by CRLF in file.txt の原因と解決法 公開済み
- #24 fatal: bad object HEAD の原因と解決法 公開済み
- #25 fatal: ambiguous argument 'main': unknown revision or path not in the working tree の原因と解決法 公開済み
- #26 fatal: sha1 file '.git/objects/xx/xxx' write error. Out of diskspace の原因と解決法 公開済み
- #27 fatal: index file smaller than expected の原因と解決法 公開済み
- #28 fatal: Unable to create '.git/index.lock': File exists の原因と解決法 公開済み
- #29 error: invalid object name 'HEAD' の原因と解決法 公開済み
- #30 error: cannot rebase: You have unstaged changes の原因と解決法 公開済み
- #31 error: cannot rebase: Your index contains uncommitted changes の原因と解決法 公開済み
- #32 fatal: No rebase in progress? の原因と解決法 公開済み
- #33 fatal: It seems that there is already a rebase-merge directory の原因と解決法 公開済み
- #34 GitHub: remote: Repository not found の原因と解決法 公開済み
- #35 GitHub: remote: Support for password authentication was removed の原因と解決法 公開済み
- #36 GitHub: remote: error: GH001: Large files detected の原因と解決法 公開済み
- #37 GitHub: remote: Permission to user/repo.git denied to otheruser の原因と解決法 公開済み
- #38 GitHub: remote: Invalid username or token の原因と解決法 公開済み
- #39 GitHub: error: GH006: Protected branch update failed の原因と解決法 公開済み
- #40 GitHub: Pull request is not mergeable の原因と解決法 公開済み
- #41 GitHub: Checks have failed の原因と解決法 公開済み
- #42 error: failed to push some refs to 'origin'. Updates were rejected because a pushed branch 'main' is behind its remote counterpart の原因と解決法 公開済み
- #43 error: failed to push some refs to 'origin'. Updates were rejected because a pushed branch 'master' is behind its remote counterpart の原因と解決法 公開済み
- #44 error: failed to push some refs to 'origin'. Updates were rejected because a pushed branch 'develop' is behind its remote counterpart の原因と解決法 公開済み
- #45 error: failed to push some refs to 'origin'. Updates were rejected because a pushed branch 'feature/login' is behind its remote counterpart の原因と解決法 公開済み
- #46 error: failed to push some refs to 'origin'. Updates were rejected because a pushed branch 'release/1.0' is behind its remote counterpart の原因と解決法 公開済み
- #47 error: failed to push some refs to 'origin'. Updates were rejected because a pushed branch 'hotfix/urgent' is behind its remote counterpart の原因と解決法 公開済み
- #48 CONFLICT (content): Merge conflict in src/app/Module0.java の原因と解決法 公開済み
- #49 error: Your branch 'bugfix/issue-1' has diverged from 'origin/bugfix/issue-1' の原因と解決法 公開済み
- #50 fatal: couldn't find remote ref release/2.0 の原因と解決法 公開済み
- #51 error: The following untracked working tree files would be overwritten by checkout: src/app/Module3.java の原因と解決法 公開済み
- #52 fatal: bad object refs/heads/feature/task-4 の原因と解決法 公開済み
- #53 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-5': unable to resolve reference の原因と解決法 公開済み
- #54 hint: You have divergent branches and need to specify how to reconcile them. branch: release/6.0 の原因と解決法 公開済み
- #55 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-7 の原因と解決法 公開済み
- #56 error: failed to push some refs to 'origin' (protected branch feature/task-8) の原因と解決法 公開済み
- #57 fatal: cannot do a partial commit during a merge of src/app/Module9.java の原因と解決法 公開済み
- #58 CONFLICT (content): Merge conflict in config/settings-10.yaml の原因と解決法 公開済み
- #59 error: Your branch 'hotfix/patch-11' has diverged from 'origin/hotfix/patch-11' の原因と解決法 公開済み
- #60 fatal: couldn't find remote ref feature/task-12 の原因と解決法 公開済み
- #61 error: The following untracked working tree files would be overwritten by checkout: config/settings-13.yaml の原因と解決法 公開済み
- #62 fatal: bad object refs/heads/release/14.0 の原因と解決法 公開済み
- #63 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-15': unable to resolve reference の原因と解決法 公開済み
- #64 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-16 の原因と解決法 公開済み
- #65 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-17 の原因と解決法 公開済み
- #66 error: failed to push some refs to 'origin' (protected branch release/18.0) の原因と解決法 公開済み
- #67 fatal: cannot do a partial commit during a merge of config/settings-19.yaml の原因と解決法 公開済み
- #68 CONFLICT (content): Merge conflict in docs/guide-20.md の原因と解決法 公開済み
- #69 error: Your branch 'bugfix/issue-21' has diverged from 'origin/bugfix/issue-21' の原因と解決法 公開済み
- #70 fatal: couldn't find remote ref release/22.0 の原因と解決法 公開済み
- #71 error: The following untracked working tree files would be overwritten by checkout: docs/guide-23.md の原因と解決法 公開済み
- #72 fatal: bad object refs/heads/feature/task-24 の原因と解決法 公開済み
- #73 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-25': unable to resolve reference の原因と解決法 公開済み
- #74 hint: You have divergent branches and need to specify how to reconcile them. branch: release/26.0 の原因と解決法 公開済み
- #75 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-27 の原因と解決法 公開済み
- #76 error: failed to push some refs to 'origin' (protected branch feature/task-28) の原因と解決法 公開済み
- #77 fatal: cannot do a partial commit during a merge of docs/guide-29.md の原因と解決法 公開済み
- #78 CONFLICT (content): Merge conflict in src/app/Module30.java の原因と解決法 公開済み
- #79 error: Your branch 'hotfix/patch-31' has diverged from 'origin/hotfix/patch-31' の原因と解決法 公開済み
- #80 fatal: couldn't find remote ref feature/task-32 の原因と解決法 公開済み
- #81 error: The following untracked working tree files would be overwritten by checkout: src/app/Module33.java の原因と解決法 公開済み
- #82 fatal: bad object refs/heads/release/34.0 の原因と解決法 公開済み
- #83 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-35': unable to resolve reference の原因と解決法 公開済み
- #84 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-36 の原因と解決法 公開済み
- #85 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-37 の原因と解決法 公開済み
- #86 error: failed to push some refs to 'origin' (protected branch release/38.0) の原因と解決法 公開済み
- #87 fatal: cannot do a partial commit during a merge of src/app/Module39.java の原因と解決法 公開済み
- #88 CONFLICT (content): Merge conflict in config/settings-40.yaml の原因と解決法 公開済み
- #89 error: Your branch 'bugfix/issue-41' has diverged from 'origin/bugfix/issue-41' の原因と解決法 公開済み
- #90 fatal: couldn't find remote ref release/42.0 の原因と解決法 公開済み
- #91 error: The following untracked working tree files would be overwritten by checkout: config/settings-43.yaml の原因と解決法 公開済み
- #92 fatal: bad object refs/heads/feature/task-44 の原因と解決法 公開済み
- #93 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-45': unable to resolve reference の原因と解決法 公開済み
- #94 hint: You have divergent branches and need to specify how to reconcile them. branch: release/46.0 の原因と解決法 公開済み
- #95 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-47 の原因と解決法 公開済み
- #96 error: failed to push some refs to 'origin' (protected branch feature/task-48) の原因と解決法 公開済み
- #97 fatal: cannot do a partial commit during a merge of config/settings-49.yaml の原因と解決法 公開済み
- #98 CONFLICT (content): Merge conflict in docs/guide-50.md の原因と解決法 公開済み
- #99 error: Your branch 'hotfix/patch-51' has diverged from 'origin/hotfix/patch-51' の原因と解決法 公開済み
- #100 fatal: couldn't find remote ref feature/task-52 の原因と解決法 公開済み
- #101 error: The following untracked working tree files would be overwritten by checkout: docs/guide-53.md の原因と解決法 公開済み
- #102 fatal: bad object refs/heads/release/54.0 の原因と解決法 公開済み
- #103 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-55': unable to resolve reference の原因と解決法 公開済み
- #104 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-56 の原因と解決法 公開済み
- #105 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-57 の原因と解決法 公開済み
- #106 error: failed to push some refs to 'origin' (protected branch release/58.0) の原因と解決法 公開済み
- #107 fatal: cannot do a partial commit during a merge of docs/guide-59.md の原因と解決法 公開済み
- #108 CONFLICT (content): Merge conflict in src/app/Module60.java の原因と解決法 公開済み
- #109 error: Your branch 'bugfix/issue-61' has diverged from 'origin/bugfix/issue-61' の原因と解決法 公開済み
- #110 fatal: couldn't find remote ref release/62.0 の原因と解決法 公開済み
- #111 error: The following untracked working tree files would be overwritten by checkout: src/app/Module63.java の原因と解決法 公開済み
- #112 fatal: bad object refs/heads/feature/task-64 の原因と解決法 公開済み
- #113 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-65': unable to resolve reference の原因と解決法 公開済み
- #114 hint: You have divergent branches and need to specify how to reconcile them. branch: release/66.0 の原因と解決法 公開済み
- #115 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-67 の原因と解決法 公開済み
- #116 error: failed to push some refs to 'origin' (protected branch feature/task-68) の原因と解決法 公開済み
- #117 fatal: cannot do a partial commit during a merge of src/app/Module69.java の原因と解決法 公開済み
- #118 CONFLICT (content): Merge conflict in config/settings-70.yaml の原因と解決法 公開済み
- #119 error: Your branch 'hotfix/patch-71' has diverged from 'origin/hotfix/patch-71' の原因と解決法 公開済み
- #120 fatal: couldn't find remote ref feature/task-72 の原因と解決法 公開済み
- #121 error: The following untracked working tree files would be overwritten by checkout: config/settings-73.yaml の原因と解決法 公開済み
- #122 fatal: bad object refs/heads/release/74.0 の原因と解決法 公開済み
- #123 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-75': unable to resolve reference の原因と解決法 公開済み
- #124 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-76 の原因と解決法 公開済み
- #125 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-77 の原因と解決法 公開済み
- #126 error: failed to push some refs to 'origin' (protected branch release/78.0) の原因と解決法 公開済み
- #127 fatal: cannot do a partial commit during a merge of config/settings-79.yaml の原因と解決法 公開済み
- #128 CONFLICT (content): Merge conflict in docs/guide-80.md の原因と解決法 公開済み
- #129 error: Your branch 'bugfix/issue-81' has diverged from 'origin/bugfix/issue-81' の原因と解決法 公開済み
- #130 fatal: couldn't find remote ref release/82.0 の原因と解決法 公開済み
- #131 error: The following untracked working tree files would be overwritten by checkout: docs/guide-83.md の原因と解決法 公開済み
- #132 fatal: bad object refs/heads/feature/task-84 の原因と解決法 公開済み
- #133 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-85': unable to resolve reference の原因と解決法 公開済み
- #134 hint: You have divergent branches and need to specify how to reconcile them. branch: release/86.0 の原因と解決法 公開済み
- #135 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-87 の原因と解決法 公開済み
- #136 error: failed to push some refs to 'origin' (protected branch feature/task-88) の原因と解決法 公開済み
- #137 fatal: cannot do a partial commit during a merge of docs/guide-89.md の原因と解決法 公開済み
- #138 CONFLICT (content): Merge conflict in src/app/Module90.java の原因と解決法 公開済み
- #139 error: Your branch 'hotfix/patch-91' has diverged from 'origin/hotfix/patch-91' の原因と解決法 公開済み
- #140 fatal: couldn't find remote ref feature/task-92 の原因と解決法 公開済み
- #141 error: The following untracked working tree files would be overwritten by checkout: src/app/Module93.java の原因と解決法 公開済み
- #142 fatal: bad object refs/heads/release/94.0 の原因と解決法 公開済み
- #143 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-95': unable to resolve reference の原因と解決法 公開済み
- #144 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-96 の原因と解決法 公開済み
- #145 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-97 の原因と解決法 公開済み
- #146 error: failed to push some refs to 'origin' (protected branch release/98.0) の原因と解決法 公開済み
- #147 fatal: cannot do a partial commit during a merge of src/app/Module99.java の原因と解決法 公開済み
- #148 CONFLICT (content): Merge conflict in config/settings-100.yaml の原因と解決法 公開済み
- #149 error: Your branch 'bugfix/issue-101' has diverged from 'origin/bugfix/issue-101' の原因と解決法 公開済み
- #150 fatal: couldn't find remote ref release/102.0 の原因と解決法 公開済み
- #151 error: The following untracked working tree files would be overwritten by checkout: config/settings-103.yaml の原因と解決法 公開済み
- #152 fatal: bad object refs/heads/feature/task-104 の原因と解決法 公開済み
- #153 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-105': unable to resolve reference の原因と解決法 公開済み
- #154 hint: You have divergent branches and need to specify how to reconcile them. branch: release/106.0 の原因と解決法 公開済み
- #155 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-107 の原因と解決法 公開済み
- #156 error: failed to push some refs to 'origin' (protected branch feature/task-108) の原因と解決法 公開済み
- #157 fatal: cannot do a partial commit during a merge of config/settings-109.yaml の原因と解決法 公開済み
- #158 CONFLICT (content): Merge conflict in docs/guide-110.md の原因と解決法 公開済み
- #159 error: Your branch 'hotfix/patch-111' has diverged from 'origin/hotfix/patch-111' の原因と解決法 公開済み
- #160 fatal: couldn't find remote ref feature/task-112 の原因と解決法 公開済み
- #161 error: The following untracked working tree files would be overwritten by checkout: docs/guide-113.md の原因と解決法 公開済み
- #162 fatal: bad object refs/heads/release/114.0 の原因と解決法 公開済み
- #163 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-115': unable to resolve reference の原因と解決法 公開済み
- #164 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-116 の原因と解決法 公開済み
- #165 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-117 の原因と解決法 公開済み
- #166 error: failed to push some refs to 'origin' (protected branch release/118.0) の原因と解決法 公開済み
- #167 fatal: cannot do a partial commit during a merge of docs/guide-119.md の原因と解決法 公開済み
- #168 CONFLICT (content): Merge conflict in src/app/Module120.java の原因と解決法 公開済み
- #169 error: Your branch 'bugfix/issue-121' has diverged from 'origin/bugfix/issue-121' の原因と解決法 公開済み
- #170 fatal: couldn't find remote ref release/122.0 の原因と解決法 公開済み
- #171 error: The following untracked working tree files would be overwritten by checkout: src/app/Module123.java の原因と解決法 公開済み
- #172 fatal: bad object refs/heads/feature/task-124 の原因と解決法 公開済み
- #173 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-125': unable to resolve reference の原因と解決法 公開済み
- #174 hint: You have divergent branches and need to specify how to reconcile them. branch: release/126.0 の原因と解決法 公開済み
- #175 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-127 の原因と解決法 公開済み
- #176 error: failed to push some refs to 'origin' (protected branch feature/task-128) の原因と解決法 公開済み
- #177 fatal: cannot do a partial commit during a merge of src/app/Module129.java の原因と解決法 公開済み
- #178 CONFLICT (content): Merge conflict in config/settings-130.yaml の原因と解決法 公開済み
- #179 error: Your branch 'hotfix/patch-131' has diverged from 'origin/hotfix/patch-131' の原因と解決法 公開済み
- #180 fatal: couldn't find remote ref feature/task-132 の原因と解決法 公開済み
- #181 error: The following untracked working tree files would be overwritten by checkout: config/settings-133.yaml の原因と解決法 公開済み
- #182 fatal: bad object refs/heads/release/134.0 の原因と解決法 公開済み
- #183 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-135': unable to resolve reference の原因と解決法 公開済み
- #184 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-136 の原因と解決法 公開済み
- #185 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-137 の原因と解決法 公開済み
- #186 error: failed to push some refs to 'origin' (protected branch release/138.0) の原因と解決法 公開済み
- #187 fatal: cannot do a partial commit during a merge of config/settings-139.yaml の原因と解決法 公開済み
- #188 CONFLICT (content): Merge conflict in docs/guide-140.md の原因と解決法 公開済み
- #189 error: Your branch 'bugfix/issue-141' has diverged from 'origin/bugfix/issue-141' の原因と解決法 公開済み
- #190 fatal: couldn't find remote ref release/142.0 の原因と解決法 公開済み
- #191 error: The following untracked working tree files would be overwritten by checkout: docs/guide-143.md の原因と解決法 公開済み
- #192 fatal: bad object refs/heads/feature/task-144 の原因と解決法 公開済み
- #193 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-145': unable to resolve reference の原因と解決法 公開済み
- #194 hint: You have divergent branches and need to specify how to reconcile them. branch: release/146.0 の原因と解決法 公開済み
- #195 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-147 の原因と解決法 公開済み
- #196 error: failed to push some refs to 'origin' (protected branch feature/task-148) の原因と解決法 公開済み
- #197 fatal: cannot do a partial commit during a merge of docs/guide-149.md の原因と解決法 公開済み
- #198 CONFLICT (content): Merge conflict in src/app/Module150.java の原因と解決法 公開済み
- #199 error: Your branch 'hotfix/patch-151' has diverged from 'origin/hotfix/patch-151' の原因と解決法 公開済み
- #200 fatal: couldn't find remote ref feature/task-152 の原因と解決法 公開済み
- #201 error: The following untracked working tree files would be overwritten by checkout: src/app/Module153.java の原因と解決法 公開済み
- #202 fatal: bad object refs/heads/release/154.0 の原因と解決法 公開済み
- #203 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-155': unable to resolve reference の原因と解決法 公開済み
- #204 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-156 の原因と解決法 公開済み
- #205 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-157 の原因と解決法 公開済み
- #206 error: failed to push some refs to 'origin' (protected branch release/158.0) の原因と解決法 公開済み
- #207 fatal: cannot do a partial commit during a merge of src/app/Module159.java の原因と解決法 公開済み
- #208 CONFLICT (content): Merge conflict in config/settings-160.yaml の原因と解決法 公開済み
- #209 error: Your branch 'bugfix/issue-161' has diverged from 'origin/bugfix/issue-161' の原因と解決法 公開済み
- #210 fatal: couldn't find remote ref release/162.0 の原因と解決法 公開済み
- #211 error: The following untracked working tree files would be overwritten by checkout: config/settings-163.yaml の原因と解決法 公開済み
- #212 fatal: bad object refs/heads/feature/task-164 の原因と解決法 公開済み
- #213 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-165': unable to resolve reference の原因と解決法 公開済み
- #214 hint: You have divergent branches and need to specify how to reconcile them. branch: release/166.0 の原因と解決法 公開済み
- #215 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-167 の原因と解決法 公開済み
- #216 error: failed to push some refs to 'origin' (protected branch feature/task-168) の原因と解決法 公開済み
- #217 fatal: cannot do a partial commit during a merge of config/settings-169.yaml の原因と解決法 公開済み
- #218 CONFLICT (content): Merge conflict in docs/guide-170.md の原因と解決法 公開済み
- #219 error: Your branch 'hotfix/patch-171' has diverged from 'origin/hotfix/patch-171' の原因と解決法 公開済み
- #220 fatal: couldn't find remote ref feature/task-172 の原因と解決法 公開済み
- #221 error: The following untracked working tree files would be overwritten by checkout: docs/guide-173.md の原因と解決法 公開済み
- #222 fatal: bad object refs/heads/release/174.0 の原因と解決法 公開済み
- #223 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-175': unable to resolve reference の原因と解決法 公開済み
- #224 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-176 の原因と解決法 公開済み
- #225 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-177 の原因と解決法 公開済み
- #226 error: failed to push some refs to 'origin' (protected branch release/178.0) の原因と解決法 公開済み
- #227 fatal: cannot do a partial commit during a merge of docs/guide-179.md の原因と解決法 公開済み
- #228 CONFLICT (content): Merge conflict in src/app/Module180.java の原因と解決法 公開済み
- #229 error: Your branch 'bugfix/issue-181' has diverged from 'origin/bugfix/issue-181' の原因と解決法 公開済み
- #230 fatal: couldn't find remote ref release/182.0 の原因と解決法 公開済み
- #231 error: The following untracked working tree files would be overwritten by checkout: src/app/Module183.java の原因と解決法 公開済み
- #232 fatal: bad object refs/heads/feature/task-184 の原因と解決法 公開済み
- #233 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-185': unable to resolve reference の原因と解決法 公開済み
- #234 hint: You have divergent branches and need to specify how to reconcile them. branch: release/186.0 の原因と解決法 公開済み
- #235 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-187 の原因と解決法 公開済み
- #236 error: failed to push some refs to 'origin' (protected branch feature/task-188) の原因と解決法 公開済み
- #237 fatal: cannot do a partial commit during a merge of src/app/Module189.java の原因と解決法 公開済み
- #238 CONFLICT (content): Merge conflict in config/settings-190.yaml の原因と解決法 公開済み
- #239 error: Your branch 'hotfix/patch-191' has diverged from 'origin/hotfix/patch-191' の原因と解決法 公開済み
- #240 fatal: couldn't find remote ref feature/task-192 の原因と解決法 公開済み
- #241 error: The following untracked working tree files would be overwritten by checkout: config/settings-193.yaml の原因と解決法 公開済み
- #242 fatal: bad object refs/heads/release/194.0 の原因と解決法 公開済み
- #243 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-195': unable to resolve reference の原因と解決法 公開済み
- #244 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-196 の原因と解決法 公開済み
- #245 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-197 の原因と解決法 公開済み
- #246 error: failed to push some refs to 'origin' (protected branch release/198.0) の原因と解決法 公開済み
- #247 fatal: cannot do a partial commit during a merge of config/settings-199.yaml の原因と解決法 公開済み
- #248 CONFLICT (content): Merge conflict in docs/guide-200.md の原因と解決法 公開済み
- #249 error: Your branch 'bugfix/issue-201' has diverged from 'origin/bugfix/issue-201' の原因と解決法 公開済み
- #250 fatal: couldn't find remote ref release/202.0 の原因と解決法 公開済み
- #251 error: The following untracked working tree files would be overwritten by checkout: docs/guide-203.md の原因と解決法 公開済み
- #252 fatal: bad object refs/heads/feature/task-204 の原因と解決法 公開済み
- #253 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-205': unable to resolve reference の原因と解決法 公開済み
- #254 hint: You have divergent branches and need to specify how to reconcile them. branch: release/206.0 の原因と解決法 公開済み
- #255 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-207 の原因と解決法 公開済み
- #256 error: failed to push some refs to 'origin' (protected branch feature/task-208) の原因と解決法 公開済み
- #257 fatal: cannot do a partial commit during a merge of docs/guide-209.md の原因と解決法 公開済み
- #258 CONFLICT (content): Merge conflict in src/app/Module210.java の原因と解決法 公開済み
- #259 error: Your branch 'hotfix/patch-211' has diverged from 'origin/hotfix/patch-211' の原因と解決法 公開済み
- #260 fatal: couldn't find remote ref feature/task-212 の原因と解決法 公開済み
- #261 error: The following untracked working tree files would be overwritten by checkout: src/app/Module213.java の原因と解決法 公開済み
- #262 fatal: bad object refs/heads/release/214.0 の原因と解決法 公開済み
- #263 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-215': unable to resolve reference の原因と解決法 公開済み
- #264 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-216 の原因と解決法 公開済み
- #265 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-217 の原因と解決法 公開済み
- #266 error: failed to push some refs to 'origin' (protected branch release/218.0) の原因と解決法 公開済み
- #267 fatal: cannot do a partial commit during a merge of src/app/Module219.java の原因と解決法 公開済み
- #268 CONFLICT (content): Merge conflict in config/settings-220.yaml の原因と解決法 公開済み
- #269 error: Your branch 'bugfix/issue-221' has diverged from 'origin/bugfix/issue-221' の原因と解決法 公開済み
- #270 fatal: couldn't find remote ref release/222.0 の原因と解決法 公開済み
- #271 error: The following untracked working tree files would be overwritten by checkout: config/settings-223.yaml の原因と解決法 公開済み
- #272 fatal: bad object refs/heads/feature/task-224 の原因と解決法 公開済み
- #273 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-225': unable to resolve reference の原因と解決法 公開済み
- #274 hint: You have divergent branches and need to specify how to reconcile them. branch: release/226.0 の原因と解決法 公開済み
- #275 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-227 の原因と解決法 公開済み
- #276 error: failed to push some refs to 'origin' (protected branch feature/task-228) の原因と解決法 公開済み
- #277 fatal: cannot do a partial commit during a merge of config/settings-229.yaml の原因と解決法 公開済み
- #278 CONFLICT (content): Merge conflict in docs/guide-230.md の原因と解決法 公開済み
- #279 error: Your branch 'hotfix/patch-231' has diverged from 'origin/hotfix/patch-231' の原因と解決法 公開済み
- #280 fatal: couldn't find remote ref feature/task-232 の原因と解決法 公開済み
- #281 error: The following untracked working tree files would be overwritten by checkout: docs/guide-233.md の原因と解決法 公開済み
- #282 fatal: bad object refs/heads/release/234.0 の原因と解決法 公開済み
- #283 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-235': unable to resolve reference の原因と解決法 公開済み
- #284 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-236 の原因と解決法 公開済み
- #285 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-237 の原因と解決法 公開済み
- #286 error: failed to push some refs to 'origin' (protected branch release/238.0) の原因と解決法 公開済み
- #287 fatal: cannot do a partial commit during a merge of docs/guide-239.md の原因と解決法 公開済み
- #288 CONFLICT (content): Merge conflict in src/app/Module240.java の原因と解決法 公開済み
- #289 error: Your branch 'bugfix/issue-241' has diverged from 'origin/bugfix/issue-241' の原因と解決法 公開済み
- #290 fatal: couldn't find remote ref release/242.0 の原因と解決法 公開済み
- #291 error: The following untracked working tree files would be overwritten by checkout: src/app/Module243.java の原因と解決法 公開済み
- #292 fatal: bad object refs/heads/feature/task-244 の原因と解決法 公開済み
- #293 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-245': unable to resolve reference の原因と解決法 公開済み
- #294 hint: You have divergent branches and need to specify how to reconcile them. branch: release/246.0 の原因と解決法 公開済み
- #295 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-247 の原因と解決法 公開済み
- #296 error: failed to push some refs to 'origin' (protected branch feature/task-248) の原因と解決法 公開済み
- #297 fatal: cannot do a partial commit during a merge of src/app/Module249.java の原因と解決法 公開済み
- #298 CONFLICT (content): Merge conflict in config/settings-250.yaml の原因と解決法 公開済み
- #299 error: Your branch 'hotfix/patch-251' has diverged from 'origin/hotfix/patch-251' の原因と解決法 公開済み
- #300 fatal: couldn't find remote ref feature/task-252 の原因と解決法 公開済み
- #301 error: The following untracked working tree files would be overwritten by checkout: config/settings-253.yaml の原因と解決法 公開済み
- #302 fatal: bad object refs/heads/release/254.0 の原因と解決法 公開済み
- #303 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-255': unable to resolve reference の原因と解決法 公開済み
- #304 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-256 の原因と解決法 公開済み
- #305 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-257 の原因と解決法 公開済み
- #306 error: failed to push some refs to 'origin' (protected branch release/258.0) の原因と解決法 公開済み
- #307 fatal: cannot do a partial commit during a merge of config/settings-259.yaml の原因と解決法 公開済み
- #308 CONFLICT (content): Merge conflict in docs/guide-260.md の原因と解決法 公開済み
- #309 error: Your branch 'bugfix/issue-261' has diverged from 'origin/bugfix/issue-261' の原因と解決法 公開済み
- #310 fatal: couldn't find remote ref release/262.0 の原因と解決法 公開済み
- #311 error: The following untracked working tree files would be overwritten by checkout: docs/guide-263.md の原因と解決法 公開済み
- #312 fatal: bad object refs/heads/feature/task-264 の原因と解決法 公開済み
- #313 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-265': unable to resolve reference の原因と解決法 公開済み
- #314 hint: You have divergent branches and need to specify how to reconcile them. branch: release/266.0 の原因と解決法 公開済み
- #315 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-267 の原因と解決法 公開済み
- #316 error: failed to push some refs to 'origin' (protected branch feature/task-268) の原因と解決法 公開済み
- #317 fatal: cannot do a partial commit during a merge of docs/guide-269.md の原因と解決法 公開済み
- #318 CONFLICT (content): Merge conflict in src/app/Module270.java の原因と解決法 公開済み
- #319 error: Your branch 'hotfix/patch-271' has diverged from 'origin/hotfix/patch-271' の原因と解決法 公開済み
- #320 fatal: couldn't find remote ref feature/task-272 の原因と解決法 公開済み
- #321 error: The following untracked working tree files would be overwritten by checkout: src/app/Module273.java の原因と解決法 公開済み
- #322 fatal: bad object refs/heads/release/274.0 の原因と解決法 公開済み
- #323 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-275': unable to resolve reference の原因と解決法 公開済み
- #324 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-276 の原因と解決法 公開済み
- #325 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-277 の原因と解決法 公開済み
- #326 error: failed to push some refs to 'origin' (protected branch release/278.0) の原因と解決法 公開済み
- #327 fatal: cannot do a partial commit during a merge of src/app/Module279.java の原因と解決法 公開済み
- #328 CONFLICT (content): Merge conflict in config/settings-280.yaml の原因と解決法 公開済み
- #329 error: Your branch 'bugfix/issue-281' has diverged from 'origin/bugfix/issue-281' の原因と解決法 公開済み
- #330 fatal: couldn't find remote ref release/282.0 の原因と解決法 公開済み
- #331 error: The following untracked working tree files would be overwritten by checkout: config/settings-283.yaml の原因と解決法 公開済み
- #332 fatal: bad object refs/heads/feature/task-284 の原因と解決法 公開済み
- #333 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-285': unable to resolve reference の原因と解決法 公開済み
- #334 hint: You have divergent branches and need to specify how to reconcile them. branch: release/286.0 の原因と解決法 公開済み
- #335 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-287 の原因と解決法 公開済み
- #336 error: failed to push some refs to 'origin' (protected branch feature/task-288) の原因と解決法 公開済み
- #337 fatal: cannot do a partial commit during a merge of config/settings-289.yaml の原因と解決法 公開済み
- #338 CONFLICT (content): Merge conflict in docs/guide-290.md の原因と解決法 公開済み
- #339 error: Your branch 'hotfix/patch-291' has diverged from 'origin/hotfix/patch-291' の原因と解決法 公開済み
- #340 fatal: couldn't find remote ref feature/task-292 の原因と解決法 公開済み
- #341 error: The following untracked working tree files would be overwritten by checkout: docs/guide-293.md の原因と解決法 公開済み
- #342 fatal: bad object refs/heads/release/294.0 の原因と解決法 公開済み
- #343 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-295': unable to resolve reference の原因と解決法 公開済み
- #344 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-296 の原因と解決法 公開済み
- #345 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-297 の原因と解決法 公開済み
- #346 error: failed to push some refs to 'origin' (protected branch release/298.0) の原因と解決法 公開済み
- #347 fatal: cannot do a partial commit during a merge of docs/guide-299.md の原因と解決法 公開済み
- #348 CONFLICT (content): Merge conflict in src/app/Module300.java の原因と解決法 公開済み
- #349 error: Your branch 'bugfix/issue-301' has diverged from 'origin/bugfix/issue-301' の原因と解決法 公開済み
- #350 fatal: couldn't find remote ref release/302.0 の原因と解決法 公開済み
- #351 error: The following untracked working tree files would be overwritten by checkout: src/app/Module303.java の原因と解決法 公開済み
- #352 fatal: bad object refs/heads/feature/task-304 の原因と解決法 公開済み
- #353 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-305': unable to resolve reference の原因と解決法 公開済み
- #354 hint: You have divergent branches and need to specify how to reconcile them. branch: release/306.0 の原因と解決法 公開済み
- #355 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-307 の原因と解決法 公開済み
- #356 error: failed to push some refs to 'origin' (protected branch feature/task-308) の原因と解決法 公開済み
- #357 fatal: cannot do a partial commit during a merge of src/app/Module309.java の原因と解決法 公開済み
- #358 CONFLICT (content): Merge conflict in config/settings-310.yaml の原因と解決法 公開済み
- #359 error: Your branch 'hotfix/patch-311' has diverged from 'origin/hotfix/patch-311' の原因と解決法 公開済み
- #360 fatal: couldn't find remote ref feature/task-312 の原因と解決法 公開済み
- #361 error: The following untracked working tree files would be overwritten by checkout: config/settings-313.yaml の原因と解決法 公開済み
- #362 fatal: bad object refs/heads/release/314.0 の原因と解決法 公開済み
- #363 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-315': unable to resolve reference の原因と解決法 公開済み
- #364 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-316 の原因と解決法 公開済み
- #365 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-317 の原因と解決法 公開済み
- #366 error: failed to push some refs to 'origin' (protected branch release/318.0) の原因と解決法 公開済み
- #367 fatal: cannot do a partial commit during a merge of config/settings-319.yaml の原因と解決法 公開済み
- #368 CONFLICT (content): Merge conflict in docs/guide-320.md の原因と解決法 公開済み
- #369 error: Your branch 'bugfix/issue-321' has diverged from 'origin/bugfix/issue-321' の原因と解決法 公開済み
- #370 fatal: couldn't find remote ref release/322.0 の原因と解決法 公開済み
- #371 error: The following untracked working tree files would be overwritten by checkout: docs/guide-323.md の原因と解決法 公開済み
- #372 fatal: bad object refs/heads/feature/task-324 の原因と解決法 公開済み
- #373 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-325': unable to resolve reference の原因と解決法 公開済み
- #374 hint: You have divergent branches and need to specify how to reconcile them. branch: release/326.0 の原因と解決法 公開済み
- #375 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-327 の原因と解決法 公開済み
- #376 error: failed to push some refs to 'origin' (protected branch feature/task-328) の原因と解決法 公開済み
- #377 fatal: cannot do a partial commit during a merge of docs/guide-329.md の原因と解決法 公開済み
- #378 CONFLICT (content): Merge conflict in src/app/Module330.java の原因と解決法 公開済み
- #379 error: Your branch 'hotfix/patch-331' has diverged from 'origin/hotfix/patch-331' の原因と解決法 公開済み
- #380 fatal: couldn't find remote ref feature/task-332 の原因と解決法 公開済み
- #381 error: The following untracked working tree files would be overwritten by checkout: src/app/Module333.java の原因と解決法 公開済み
- #382 fatal: bad object refs/heads/release/334.0 の原因と解決法 公開済み
- #383 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-335': unable to resolve reference の原因と解決法 公開済み
- #384 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-336 の原因と解決法 公開済み
- #385 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-337 の原因と解決法 公開済み
- #386 error: failed to push some refs to 'origin' (protected branch release/338.0) の原因と解決法 公開済み
- #387 fatal: cannot do a partial commit during a merge of src/app/Module339.java の原因と解決法 公開済み
- #388 CONFLICT (content): Merge conflict in config/settings-340.yaml の原因と解決法 公開済み
- #389 error: Your branch 'bugfix/issue-341' has diverged from 'origin/bugfix/issue-341' の原因と解決法 公開済み
- #390 fatal: couldn't find remote ref release/342.0 の原因と解決法 公開済み
- #391 error: The following untracked working tree files would be overwritten by checkout: config/settings-343.yaml の原因と解決法 公開済み
- #392 fatal: bad object refs/heads/feature/task-344 の原因と解決法 公開済み
- #393 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-345': unable to resolve reference の原因と解決法 公開済み
- #394 hint: You have divergent branches and need to specify how to reconcile them. branch: release/346.0 の原因と解決法 公開済み
- #395 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-347 の原因と解決法 公開済み
- #396 error: failed to push some refs to 'origin' (protected branch feature/task-348) の原因と解決法 公開済み
- #397 fatal: cannot do a partial commit during a merge of config/settings-349.yaml の原因と解決法 公開済み
- #398 CONFLICT (content): Merge conflict in docs/guide-350.md の原因と解決法 公開済み
- #399 error: Your branch 'hotfix/patch-351' has diverged from 'origin/hotfix/patch-351' の原因と解決法 公開済み
- #400 fatal: couldn't find remote ref feature/task-352 の原因と解決法 公開済み
- #401 error: The following untracked working tree files would be overwritten by checkout: docs/guide-353.md の原因と解決法 公開済み
- #402 fatal: bad object refs/heads/release/354.0 の原因と解決法 公開済み
- #403 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-355': unable to resolve reference の原因と解決法 公開済み
- #404 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-356 の原因と解決法 公開済み
- #405 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-357 の原因と解決法 公開済み
- #406 error: failed to push some refs to 'origin' (protected branch release/358.0) の原因と解決法 公開済み
- #407 fatal: cannot do a partial commit during a merge of docs/guide-359.md の原因と解決法 公開済み
- #408 CONFLICT (content): Merge conflict in src/app/Module360.java の原因と解決法 公開済み
- #409 error: Your branch 'bugfix/issue-361' has diverged from 'origin/bugfix/issue-361' の原因と解決法 公開済み
- #410 fatal: couldn't find remote ref release/362.0 の原因と解決法 公開済み
- #411 error: The following untracked working tree files would be overwritten by checkout: src/app/Module363.java の原因と解決法 公開済み
- #412 fatal: bad object refs/heads/feature/task-364 の原因と解決法 公開済み
- #413 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-365': unable to resolve reference の原因と解決法 公開済み
- #414 hint: You have divergent branches and need to specify how to reconcile them. branch: release/366.0 の原因と解決法 公開済み
- #415 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-367 の原因と解決法 公開済み
- #416 error: failed to push some refs to 'origin' (protected branch feature/task-368) の原因と解決法 公開済み
- #417 fatal: cannot do a partial commit during a merge of src/app/Module369.java の原因と解決法 公開済み
- #418 CONFLICT (content): Merge conflict in config/settings-370.yaml の原因と解決法 公開済み
- #419 error: Your branch 'hotfix/patch-371' has diverged from 'origin/hotfix/patch-371' の原因と解決法 公開済み
- #420 fatal: couldn't find remote ref feature/task-372 の原因と解決法 公開済み
- #421 error: The following untracked working tree files would be overwritten by checkout: config/settings-373.yaml の原因と解決法 公開済み
- #422 fatal: bad object refs/heads/release/374.0 の原因と解決法 公開済み
- #423 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-375': unable to resolve reference の原因と解決法 公開済み
- #424 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-376 の原因と解決法 公開済み
- #425 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-377 の原因と解決法 公開済み
- #426 error: failed to push some refs to 'origin' (protected branch release/378.0) の原因と解決法 公開済み
- #427 fatal: cannot do a partial commit during a merge of config/settings-379.yaml の原因と解決法 公開済み
- #428 CONFLICT (content): Merge conflict in docs/guide-380.md の原因と解決法 公開済み
- #429 error: Your branch 'bugfix/issue-381' has diverged from 'origin/bugfix/issue-381' の原因と解決法 公開済み
- #430 fatal: couldn't find remote ref release/382.0 の原因と解決法 公開済み
- #431 error: The following untracked working tree files would be overwritten by checkout: docs/guide-383.md の原因と解決法 公開済み
- #432 fatal: bad object refs/heads/feature/task-384 の原因と解決法 公開済み
- #433 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-385': unable to resolve reference の原因と解決法 公開済み
- #434 hint: You have divergent branches and need to specify how to reconcile them. branch: release/386.0 の原因と解決法 公開済み
- #435 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-387 の原因と解決法 公開済み
- #436 error: failed to push some refs to 'origin' (protected branch feature/task-388) の原因と解決法 公開済み
- #437 fatal: cannot do a partial commit during a merge of docs/guide-389.md の原因と解決法 公開済み
- #438 CONFLICT (content): Merge conflict in src/app/Module390.java の原因と解決法 公開済み
- #439 error: Your branch 'hotfix/patch-391' has diverged from 'origin/hotfix/patch-391' の原因と解決法 公開済み
- #440 fatal: couldn't find remote ref feature/task-392 の原因と解決法 公開済み
- #441 error: The following untracked working tree files would be overwritten by checkout: src/app/Module393.java の原因と解決法 公開済み
- #442 fatal: bad object refs/heads/release/394.0 の原因と解決法 公開済み
- #443 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-395': unable to resolve reference の原因と解決法 公開済み
- #444 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-396 の原因と解決法 公開済み
- #445 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-397 の原因と解決法 公開済み
- #446 error: failed to push some refs to 'origin' (protected branch release/398.0) の原因と解決法 公開済み
- #447 fatal: cannot do a partial commit during a merge of src/app/Module399.java の原因と解決法 公開済み
- #448 CONFLICT (content): Merge conflict in config/settings-400.yaml の原因と解決法 公開済み
- #449 error: Your branch 'bugfix/issue-401' has diverged from 'origin/bugfix/issue-401' の原因と解決法 公開済み
- #450 fatal: couldn't find remote ref release/402.0 の原因と解決法 公開済み
- #451 error: The following untracked working tree files would be overwritten by checkout: config/settings-403.yaml の原因と解決法 公開済み
- #452 fatal: bad object refs/heads/feature/task-404 の原因と解決法 公開済み
- #453 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-405': unable to resolve reference の原因と解決法 公開済み
- #454 hint: You have divergent branches and need to specify how to reconcile them. branch: release/406.0 の原因と解決法 公開済み
- #455 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-407 の原因と解決法 公開済み
- #456 error: failed to push some refs to 'origin' (protected branch feature/task-408) の原因と解決法 公開済み
- #457 fatal: cannot do a partial commit during a merge of config/settings-409.yaml の原因と解決法 公開済み
- #458 CONFLICT (content): Merge conflict in docs/guide-410.md の原因と解決法 公開済み
- #459 error: Your branch 'hotfix/patch-411' has diverged from 'origin/hotfix/patch-411' の原因と解決法 公開済み
- #460 fatal: couldn't find remote ref feature/task-412 の原因と解決法 公開済み
- #461 error: The following untracked working tree files would be overwritten by checkout: docs/guide-413.md の原因と解決法 公開済み
- #462 fatal: bad object refs/heads/release/414.0 の原因と解決法 公開済み
- #463 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-415': unable to resolve reference の原因と解決法 公開済み
- #464 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-416 の原因と解決法 公開済み
- #465 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-417 の原因と解決法 公開済み
- #466 error: failed to push some refs to 'origin' (protected branch release/418.0) の原因と解決法 公開済み
- #467 fatal: cannot do a partial commit during a merge of docs/guide-419.md の原因と解決法 公開済み
- #468 CONFLICT (content): Merge conflict in src/app/Module420.java の原因と解決法 公開済み
- #469 error: Your branch 'bugfix/issue-421' has diverged from 'origin/bugfix/issue-421' の原因と解決法 公開済み
- #470 fatal: couldn't find remote ref release/422.0 の原因と解決法 公開済み
- #471 error: The following untracked working tree files would be overwritten by checkout: src/app/Module423.java の原因と解決法 公開済み
- #472 fatal: bad object refs/heads/feature/task-424 の原因と解決法 公開済み
- #473 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-425': unable to resolve reference の原因と解決法 公開済み
- #474 hint: You have divergent branches and need to specify how to reconcile them. branch: release/426.0 の原因と解決法 公開済み
- #475 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-427 の原因と解決法 公開済み
- #476 error: failed to push some refs to 'origin' (protected branch feature/task-428) の原因と解決法 公開済み
- #477 fatal: cannot do a partial commit during a merge of src/app/Module429.java の原因と解決法 公開済み
- #478 CONFLICT (content): Merge conflict in config/settings-430.yaml の原因と解決法 公開済み
- #479 error: Your branch 'hotfix/patch-431' has diverged from 'origin/hotfix/patch-431' の原因と解決法 公開済み
- #480 fatal: couldn't find remote ref feature/task-432 の原因と解決法 公開済み
- #481 error: The following untracked working tree files would be overwritten by checkout: config/settings-433.yaml の原因と解決法 公開済み
- #482 fatal: bad object refs/heads/release/434.0 の原因と解決法 公開済み
- #483 error: cannot lock ref 'refs/remotes/origin/hotfix/patch-435': unable to resolve reference の原因と解決法 公開済み
- #484 hint: You have divergent branches and need to specify how to reconcile them. branch: feature/task-436 の原因と解決法 公開済み
- #485 remote: error: GH013: Repository rule violations found for refs/heads/bugfix/issue-437 の原因と解決法 公開済み
- #486 error: failed to push some refs to 'origin' (protected branch release/438.0) の原因と解決法 公開済み
- #487 fatal: cannot do a partial commit during a merge of config/settings-439.yaml の原因と解決法 公開済み
- #488 CONFLICT (content): Merge conflict in docs/guide-440.md の原因と解決法 公開済み
- #489 error: Your branch 'bugfix/issue-441' has diverged from 'origin/bugfix/issue-441' の原因と解決法 公開済み
- #490 fatal: couldn't find remote ref release/442.0 の原因と解決法 公開済み
- #491 error: The following untracked working tree files would be overwritten by checkout: docs/guide-443.md の原因と解決法 公開済み
- #492 fatal: bad object refs/heads/feature/task-444 の原因と解決法 公開済み
- #493 error: cannot lock ref 'refs/remotes/origin/bugfix/issue-445': unable to resolve reference の原因と解決法 公開済み
- #494 hint: You have divergent branches and need to specify how to reconcile them. branch: release/446.0 の原因と解決法 公開済み
- #495 remote: error: GH013: Repository rule violations found for refs/heads/hotfix/patch-447 の原因と解決法 公開済み
- #496 error: failed to push some refs to 'origin' (protected branch feature/task-448) の原因と解決法 公開済み
- #497 fatal: cannot do a partial commit during a merge of docs/guide-449.md の原因と解決法 公開済み
- #498 CONFLICT (content): Merge conflict in src/app/Module450.java の原因と解決法 公開済み
- #499 error: Your branch 'hotfix/patch-451' has diverged from 'origin/hotfix/patch-451' の原因と解決法 公開済み
- #500 fatal: couldn't find remote ref feature/task-452 の原因と解決法 公開済み