{"id":2626,"date":"2026-04-10T15:39:09","date_gmt":"2026-04-10T07:39:09","guid":{"rendered":"https:\/\/www.madbull.site\/?p=2626"},"modified":"2026-04-10T15:39:09","modified_gmt":"2026-04-10T07:39:09","slug":"gitlab-ce-%e7%a7%bb%e5%8a%a8git%e5%ba%93%e7%9a%84%e4%bf%9d%e5%ad%98%e7%9b%ae%e5%bd%95","status":"publish","type":"post","link":"https:\/\/www.madbull.site\/?p=2626","title":{"rendered":"gitlab-ce \u79fb\u52a8git\u5e93\u7684\u4fdd\u5b58\u76ee\u5f55"},"content":{"rendered":"\n<p>gitlab-ce \u9ed8\u8ba4\u628a git \u5e93\u4fdd\u5b58\u5230 <code>\/var\/opt\/gitlab\/git-data<\/code> \u76ee\u5f55\uff0c\u5982\u679c \/var \u76ee\u5f55\u6ca1\u6709\u5355\u72ec\u6302\u8f7d\u78c1\u76d8\uff0c\u5219\u4f1a\u5360\u7528 \/ \u76ee\u5f55\u3002\u672c\u6587\u4ecb\u7ecd\u4e00\u4e2a\u79fb\u52a8\u76ee\u5f55\u7684\u65b9\u6cd5\u3002\u4ee5\u79fb\u52a8\u5230 <code>\/data\/git-data\/<\/code> \u4e3a\u4f8b<\/p>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-x-large-font-size\">\u7b2c\u4e00\u6b65\uff1a\u521b\u5efa\u76ee\u6807\u76ee\u5f55<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir \/data\/git-data<\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-x-large-font-size\">\u7b2c\u4e8c\u6b65\uff1a\u4fee\u6539\u914d\u7f6e<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<p>\u5728\u914d\u7f6e\u6587\u4ef6 <code>\/etc\/gitlab\/gitlab.rb<\/code> \u6dfb\u52a0\u914d\u7f6e\u9879\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>gitaly&#91;'configuration'] = {\n  pack_objects_cache: {\n    enabled: true,\n    dir: '\/data\/git-data\/repositories\/+gitaly\/PackObjectsCache',\n    max_age: '5m',\n  },\n  storage: &#91;\n    {\n      name: 'default',\n      path: '\/data\/git-data\/repositories',\n    },\n  ],\n}<\/code><\/pre>\n\n\n\n<p>\u5176\u4e2d\u914d\u7f6e\u6587\u4ef6\u4e2d\uff0c<code>gitaly['configuration']['storage']['name']<\/code> \u9ed8\u8ba4\u662f <code>default<\/code> \uff0c\u53ef\u4ee5\u5728\u7ba1\u7406\u53f0\u67e5\u770b\u5177\u4f53\u540d\u5b57\u3002<\/p>\n\n\n\n<p>\u4f7f\u7528 <strong>root<\/strong> \u7528\u6237\u767b\u5f55\uff0c\u5207\u6362\u5230 <strong>\u7ba1\u7406\u5458<\/strong> \u64cd\u4f5c\u9875\u9762\uff0c\u6253\u5f00 \u3010\u6982\u89c8\u3011->\u3010Gitaly\u670d\u52a1\u5668\u3011\u9875\u9762\u67e5\u770b\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1713\" height=\"448\" src=\"https:\/\/www.madbull.site\/wp-content\/uploads\/2026\/04\/11.png\" alt=\"\" class=\"wp-image-2627\"\/><\/figure>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-x-large-font-size\">\u7b2c\u4e09\u6b65\uff1a\u8fc1\u79fb\u6570\u636e<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<pre class=\"wp-block-code\"><code># 1. \u505c\u6b62 GitLab \u670d\u52a1\uff0c\u9632\u6b62\u8fc1\u79fb\u8fc7\u7a0b\u4e2d\u6709\u65b0\u6570\u636e\u5199\u5165\ngitlab-ctl stop\n\n# 2. \u4f7f\u7528 rsync \u540c\u6b65\u6570\u636e\uff08\u6bd4 cp \u66f4\u5b89\u5168\uff0c\u5373\u4f7f\u4e2d\u65ad\u4e5f\u53ef\u4ee5\u65ad\u70b9\u7eed\u4f20\uff09\n# \u6ce8\u610f\u6e90\u8def\u5f84\u662f \/var\/opt\/gitlab\/git-data\/repositories\uff0c\u76ee\u6807\u8def\u5f84\u4e0d\u8981\u5199\u9519\nrsync -av \/var\/opt\/gitlab\/git-data\/repositories \/data\/git-data\/<\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-x-large-font-size\">\u7b2c\u56db\u6b65\uff1a\u5e94\u7528\u914d\u7f6e\u5e76\u542f\u52a8<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<pre class=\"wp-block-code\"><code># 1. \u91cd\u65b0\u914d\u7f6e GitLab\uff0c\u8fd9\u4e00\u6b65\u4f1a\u521b\u5efa\u5fc5\u8981\u7684\u76ee\u5f55\u5e76\u66f4\u65b0 Gitaly \u8bbe\u7f6e\ngitlab-ctl reconfigure\n\n# 2. \u542f\u52a8\u6240\u6709 GitLab \u670d\u52a1\ngitlab-ctl start<\/code><\/pre>\n\n\n\n<p>\u6ce8\u610f\uff1a\u6bcf\u6b21\u4fee\u6539 <code>\/etc\/gitlab\/gitlab.rb<\/code> \u914d\u7f6e\u6587\u4ef6\u540e\uff0c\u90fd\u9700\u8981\u8fd0\u884c <code>gitlab-ctl reconfigure<\/code> \u8ba9\u914d\u7f6e\u751f\u6548\u3002<\/p>\n\n\n\n<p>\u81f3\u6b64 git\u5e93 \u6587\u4ef6\u4fdd\u5b58\u76ee\u5f55\u5df2\u7ecf\u8fc1\u79fb\u5230\u65b0\u7684\u8def\u5f84\u4e0b\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>gitlab-ce \u9ed8\u8ba4\u628a git \u5e93\u4fdd\u5b58\u5230 \/var\/opt\/gitlab\/git-data \u76ee\u5f55\uff0c\u5982\u679c \/ [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":552,"comment_status":"open","ping_status":"open","sticky":false,"template":"wp-custom-template-my","format":"standard","meta":{"footnotes":""},"categories":[166,131,154],"tags":[263,265,237,688],"class_list":["post-2626","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tools","category-131","category-154","tag-git","tag-gitlab","tag-linux","tag-688"],"_links":{"self":[{"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/posts\/2626","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2626"}],"version-history":[{"count":1,"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/posts\/2626\/revisions"}],"predecessor-version":[{"id":2628,"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/posts\/2626\/revisions\/2628"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/media\/552"}],"wp:attachment":[{"href":"https:\/\/www.madbull.site\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2626"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2626"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2626"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}