StackShelf

エラー・トラブル集 · 対象: Git 開発者・運用担当者 · 全500回(500記事公開中)

Git / GitHub エラー・トラブル集

Git で遭遇する具体的なエラーメッセージ 500 件と解決法。検索エンジンでエラー全文を調べたときにヒットしやすい構成です。

エピソード一覧

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

← ナレッジに戻る · 講座一覧