-
Notifications
You must be signed in to change notification settings - Fork 1
/
git_main.html
305 lines (269 loc) · 11.2 KB
/
git_main.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>gitlabのmasterとmainブランチ — Daydreaming in Greater Boston</title>
<meta name="author" content="Kyos">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/favicon.png" rel="icon">
<link href="/theme/css/main.css" media="screen, projection"
rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic"
rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic"
rel="stylesheet" type="text/css">
</head>
<body>
<header role="banner"><hgroup>
<h1><a href="/">Daydreaming in Greater Boston</a></h1>
</hgroup></header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
</ul>
<ul class="main-navigation">
<li><a href="/pages/about.html">About Me</a></li>
<li >
<a href="/category/blog.html">Blog</a>
</li>
<li >
<a href="/category/english.html">English</a>
</li>
<li >
<a href="/category/linux.html">Linux</a>
</li>
<li >
<a href="/category/python.html">Python</a>
</li>
<li class="active">
<a href="/category/tech.html">Tech</a>
</li>
</ul></nav>
<div id="main">
<div id="content">
<div>
<article class="hentry" role="article">
<header>
<h1 class="entry-title">gitlabのmasterとmainブランチ</h1>
<p class="meta">
<time datetime="2022-01-23T00:00:00-05:00" pubdate>Sun 23 January 2022</time> </p>
</header>
<div class="entry-content"><div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#orge0ff59d">1. はじめに</a></li>
<li><a href="#org33b8e7f">2. mainとmasterブランチ</a></li>
<li><a href="#org6254754">3. リモートのmainブランチにpushする</a></li>
<li><a href="#org44e12a2">4. まとめ</a></li>
</ul>
</div>
</div>
<div id="outline-container-orge0ff59d" class="outline-2">
<h2 id="orge0ff59d"><span class="section-number-2">1</span> はじめに</h2>
<div class="outline-text-2" id="text-1">
<p>
会社のgitlabにプロジェクトを作って、ローカルブランチをgit pushしたら、masterブランチへのマージリクエストになってしまいました。gitlabに作ったプロジェクトにはデフォルトで作られたmainブランチが既にあり、なんとかしなくてはいけません。
</p>
<p>
これまでgit関係の操作は、ネットで検索しながらおまじないのようにコピペするだけでしたが、少し真面目にgitを勉強しないとダメそうです。
</p>
</div>
</div>
<div id="outline-container-org33b8e7f" class="outline-2">
<h2 id="org33b8e7f"><span class="section-number-2">2</span> mainとmasterブランチ</h2>
<div class="outline-text-2" id="text-2">
<p>
githubが、master - slaveという単語がoffensiveなため、デフォルトのブランチをmainにしたことは知っていましたが、gitlabの <a href="https://about.gitlab.com/blog/2021/03/10/new-git-default-branch-name/">このページ</a> によると、gitlabも去年の5月にデフォルトブランチをmasterからmainに変更したようです。
</p>
<p>
今回検索して実行した一連のgitコマンドが載っていたWebサイトの情報が古くて、masterブランチを使うことを前提に書いてあったため、困った状況になってしまったものと思われます。
</p>
</div>
</div>
<div id="outline-container-org6254754" class="outline-2">
<h2 id="org6254754"><span class="section-number-2">3</span> リモートのmainブランチにpushする</h2>
<div class="outline-text-2" id="text-3">
<p>
ということは、masterではなくmainにpushすれば良さそうです。しかし、
</p>
<pre class="example">
(master)$ git push origin main
</pre>
<p>
をすると、エラーが出ました。
</p>
<pre class="example">
error: src refspec main does not match any.
error: failed to push some refs to 'git@gitlab.<snip>/<snip>.git'
</pre>
<p>
エラーメッセージでネット検索すると、<a href="https://stackoverflow.com/questions/65173291/git-push-error-src-refspec-main-does-not-match-any-on-linux">stackoverflowのページ</a> がヒットしました。ローカルに存在しないブランチにpushしようとしたためのようです。確認してみます。
</p>
<pre class="example">
(master)$ git branch
* master
</pre>
<p>
あ、確かに。まずはローカルのmasterをmainにリネームします。
</p>
<pre class="example">
(master)$ git branch -m master main
(main)$ git branch
* main
</pre>
<p>
変わりました。
</p>
<p>
再度、origin mainに pushします。
</p>
<pre class="example">
$ git push origin main
</pre>
<p>
またエラーが出ました。
</p>
<pre class="example">
! [rejected] main -> main (fetch first)
error: failed to push some refs to 'git@gitlab.<snip>/<snip>.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
</pre>
<p>
ヒントによると、一度pullしてからpushすべしとのこと。pullしてみます。
</p>
<pre class="example">
$ git pull origin main
<snip>
* branch main -> FETCH_HEAD
fatal: refusing to merge unrelated histories
</pre>
<p>
しかしまたエラーです。検索してみると、これはリモートとローカルのmainブランチが全然バラバラなためだそうです。forceオプション(-f)も効きませんでしたが、 <code>--allow-unrelated-histories</code> オプションを付けるとよさそうです。
</p>
<pre class="example">
$ git pull origin main --allow-unrelated-histories
<snip>
* branch main -> FETCH_HEAD
Merge made by the 'recursive' strategy.
README.md | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 README.md
</pre>
<p>
うまくいきました。
この状態でpushします。
</p>
<pre class="example">
$ git push origin main
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 689 bytes | 689.00 KiB/s, done.
Total 5 (delta 1), reused 0 (delta 0)
To gitlab.<snip>.git
ca59bc7..b2b785c main -> main
</pre>
<p>
これでやっと、やりたかったことができました。
</p>
</div>
</div>
<div id="outline-container-org44e12a2" class="outline-2">
<h2 id="org44e12a2"><span class="section-number-2">4</span> まとめ</h2>
<div class="outline-text-2" id="text-4">
<p>
今回の問題は、gitlabがデフォルトブランチをmainにしたのに、ローカルのgitはmasterのままだったことが出発点でした。対策として、以下のステップが必要でした。
</p>
<ol class="org-ol">
<li>ローカルブランチをmasterからmainにリネームする(<code>git branch -m master main</code>)</li>
<li>リモートのmainブランチをヒストリー無視オプションをつけてpullする(<code>git pull origin main --allow-unrelated-histories</code>)</li>
<li>リモートのmainブランチにpushする(<code>git push origin main</code>)</li>
</ol>
</div>
</div>
</div>
<footer>
<p class="meta">
<span class="byline author vcard">
Posted by <span class="fn">
きょうす
</span>
</span>
<time datetime="2022-01-23T00:00:00-05:00" pubdate>Sun 23 January 2022</time> <span class="categories">
<a class='category' href='/category/tech.html'>Tech</a>
</span>
<span class="categories">
<a class="category" href="/tag/tech.html">Tech</a> </span>
</p><div class="sharing">
</div> </footer>
</article>
</div>
<aside class="sidebar">
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
<li class="post">
<a href="/tello.html">アメリカ格安SIMをSpeedtalkからTelloに変えました</a>
</li>
<li class="post">
<a href="/improve_eng2.html">上級者向け英語学習法(実践編)</a>
</li>
<li class="post">
<a href="/improve_eng1.html">上級者向け英語学習法(考察編)</a>
</li>
<li class="post">
<a href="/vocabulary.html">オススメのボキャビル方法</a>
</li>
<li class="post">
<a href="/emacs_build.html">Rokcy LinuxとM1 MacBook上でemacsをソースからビルドしてみる</a>
</li>
</ul>
</section>
<section>
<h1>Categories</h1>
<ul id="recent_posts">
<li><a href="/category/blog.html">Blog</a></li>
<li><a href="/category/english.html">English</a></li>
<li><a href="/category/linux.html">Linux</a></li>
<li><a href="/category/python.html">Python</a></li>
<li><a href="/category/tech.html">Tech</a></li>
</ul>
</section>
<section>
<h1>Tags</h1>
<a href="/tag/blog.html">Blog</a>, <a href="/tag/amerikasheng-huo.html">アメリカ生活</a>, <a href="/tag/tech.html">Tech</a>, <a href="/tag/ying-yu.html">英語</a>, <a href="/tag/emacs.html">emacs</a>, <a href="/tag/sekiyuritei.html">セキュリティ</a>, <a href="/tag/investment.html">Investment</a>, <a href="/tag/python.html">Python</a>, <a href="/tag/english.html">English</a>, <a href="/tag/linux.html">Linux</a>, <a href="/tag/mac.html">Mac</a>, <a href="/tag/toraburu.html">トラブル</a>, <a href="/tag/game.html">game</a>, <a href="/tag/vacation.html">Vacation</a>, <a href="/tag/ying-yu-jiao-yu.html">英語教育</a>, <a href="/tag/ying-jian.html">英検</a> </section>
<section>
<h1>Social</h1>
<ul>
<li><a href="#" target="_blank">You can add links in your config file</a></li>
<li><a href="#" target="_blank">Another social link</a></li>
</ul>
</section>
<section>
<h1>Blogroll</h1>
<ul>
<li><a href="https://getpelican.com/" target="_blank">Pelican</a></li>
<li><a href="https://www.python.org/" target="_blank">Python.org</a></li>
<li><a href="https://palletsprojects.com/p/jinja/" target="_blank">Jinja2</a></li>
<li><a href="#" target="_blank">You can modify those links in your config file</a></li>
</ul>
</section>
</aside> </div>
</div>
<footer role="contentinfo"><p>
Copyright © 2020–2024 Kyos —
<span class="credit">Powered by <a href="http://getpelican.com">Pelican</a></span>
</p></footer>
<script src="/theme/js/modernizr-2.0.js"></script>
<script src="/theme/js/ender.js"></script>
<script src="/theme/js/octopress.js" type="text/javascript"></script>
</body>
</html>