{"id":29,"date":"2017-09-05T11:05:03","date_gmt":"2017-09-05T02:05:03","guid":{"rendered":"http:\/\/dev.e-luda.com\/dev-note\/?p=78"},"modified":"2022-04-22T14:24:09","modified_gmt":"2022-04-22T05:24:09","slug":"centos-7%ec%97%90-git-%ec%84%a4%ec%b9%98","status":"publish","type":"post","link":"http:\/\/dev.e-luda.com\/dev-note\/?p=29","title":{"rendered":"Centos 7\uc5d0 Git \uc124\uce58( Eclipse \uc5f0\ub3d9 \ud3ec\ud568 )"},"content":{"rendered":"<p>[\uc124\uce58\ud658\uacbd]<br \/>\n\u2013 OS : 7.3.1611<br \/>\n&#8211; Eclipse mars(4.5.2, \uc804\uc790 \uc815\ubd80 \ud504\ub808\uc784 \uc6cc\ud06c 3.6.0)<\/p>\n<p>[Git \uc124\uce58]<br \/>\n\u2013 \uc21c\uc11c<br \/>\n1. <span class=\"crayon-v\">yum<\/span> <span class=\"crayon-o\">&#8211;<\/span><span class=\"crayon-i\">y<\/span> <span class=\"crayon-v\">update<\/span><br \/>\n2. <span class=\"crayon-v\">yum<\/span> <span class=\"crayon-o\">&#8211;<\/span><span class=\"crayon-i\">y<\/span> <span class=\"crayon-e\">install <\/span><span class=\"crayon-v\">git<\/span><br \/>\n\u2013 \uc124\uce58 \ud655\uc778 : git version<\/p>\n<p>[\uacc4\uc815 \uc0dd\uc131]<br \/>\n&#8211;&nbsp; adduser git<br \/>\n&#8211; passwd git<\/p>\n<p>[key \uc0dd\uc131]<\/p>\n<p>&#8211; su &#8211; git<br \/>\n&#8211; cd ~<br \/>\n&#8211; ssh-keygen -t rsa<\/p>\n<p>[bare repository&nbsp; \uc0dd\uc131]<br \/>\n&#8211; repository\ub85c \uc0ac\uc6a9\ud560 directory \uc0dd\uc131.<br \/>\n&gt; su root<br \/>\n&gt; mkdir &lt;git repository directory name&gt;<br \/>\n&gt; chown git &lt;git repository directory name&gt;<br \/>\n&gt; chmod 755 &lt;git repository directory name&gt;<br \/>\n&gt; su git<br \/>\n&gt; cd &lt;git repository directory name&gt;<br \/>\n&gt; git init &#8211;bare &lt;project name&gt;.git<\/p>\n<p>[git user \uc0dd\uc131]<br \/>\n&#8211; git config &#8211;global user.name &#8220;&lt;user name&gt;&#8221;<br \/>\n&#8211; git config &#8211;global user.email &#8220;&lt;email&gt;&#8221;<\/p>\n<p>[\uc11c\ubc84 test]<br \/>\n&#8211; cd ~<br \/>\n&#8211; mkdir &lt;project name&gt;<br \/>\n&#8211; cd &lt;project name&gt;<br \/>\n&#8211; git init<br \/>\n&#8211; git commit -m &#8220;&lt;commit message&gt;&#8221; -a<\/p>\n<p>[eclipse \uc124\uc815]<br \/>\n&#8211; git repository \ucd94\uac00.<\/p>\n<figure id=\"attachment_85\" aria-describedby=\"caption-attachment-85\" style=\"width: 414px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-85\" src=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse1.jpg\" alt=\"\" width=\"414\" height=\"456\" srcset=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse1.jpg 441w, http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse1-273x300.jpg 273w\" sizes=\"auto, (max-width: 414px) 100vw, 414px\" \/><figcaption id=\"caption-attachment-85\" class=\"wp-caption-text\">git perspective \ucd94\uac00 &gt; clone a git repository<\/figcaption><\/figure>\n<figure id=\"attachment_86\" aria-describedby=\"caption-attachment-86\" style=\"width: 885px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-86\" src=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse2.jpg\" alt=\"\" width=\"885\" height=\"557\" srcset=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse2.jpg 885w, http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse2-300x189.jpg 300w, http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse2-768x483.jpg 768w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><figcaption id=\"caption-attachment-86\" class=\"wp-caption-text\">git repository \ucd94\uac00<\/figcaption><\/figure>\n<figure id=\"attachment_88\" aria-describedby=\"caption-attachment-88\" style=\"width: 460px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-88\" src=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse3.jpg\" alt=\"\" width=\"460\" height=\"476\" srcset=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse3.jpg 460w, http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse3-290x300.jpg 290w\" sizes=\"auto, (max-width: 460px) 100vw, 460px\" \/><figcaption id=\"caption-attachment-88\" class=\"wp-caption-text\">clone<\/figcaption><\/figure>\n<figure id=\"attachment_89\" aria-describedby=\"caption-attachment-89\" style=\"width: 559px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-89\" src=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse4.jpg\" alt=\"\" width=\"559\" height=\"699\" srcset=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse4.jpg 559w, http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse4-240x300.jpg 240w\" sizes=\"auto, (max-width: 559px) 100vw, 559px\" \/><figcaption id=\"caption-attachment-89\" class=\"wp-caption-text\">project \uc5f0\uacb0<\/figcaption><\/figure>\n<figure id=\"attachment_90\" aria-describedby=\"caption-attachment-90\" style=\"width: 457px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-90\" src=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse5.jpg\" alt=\"\" width=\"457\" height=\"380\" srcset=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse5.jpg 457w, http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse5-300x249.jpg 300w\" sizes=\"auto, (max-width: 457px) 100vw, 457px\" \/><figcaption id=\"caption-attachment-90\" class=\"wp-caption-text\">project \uc5f0\uacb0.<\/figcaption><\/figure>\n<figure id=\"attachment_91\" aria-describedby=\"caption-attachment-91\" style=\"width: 668px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-91\" src=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse6.jpg\" alt=\"\" width=\"668\" height=\"441\" srcset=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse6.jpg 668w, http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse6-300x198.jpg 300w\" sizes=\"auto, (max-width: 668px) 100vw, 668px\" \/><figcaption id=\"caption-attachment-91\" class=\"wp-caption-text\">project \uc5f0\uacb0<\/figcaption><\/figure>\n<p>[ssh \uc811\uc18d]<\/p>\n<p>&#8211; command\ub85c clone\uc2dc password \uc785\ub825\uc744 \ud558\uc9c0 \uc54a\uae30 \uc704\ud574\uc11c\ub294 \uacf5\uac1c\ud0a4\ub97c \uc0dd\uc131\ud558\uc5ec git server\uc5d0 \ub4f1\ub85d \ud574\uc8fc\uc5b4\uc57c \ud55c\ub2e4.<br \/>\n&gt; git clone ssh:\/\/git@&lt;git server ip&gt;\/&lt;git repository directory&gt;\/&lt;git project&gt;.git &lt;clone\uc774 \ubc1c\uc0dd\ud560 local directory path&gt;<\/p>\n<figure id=\"attachment_96\" aria-describedby=\"caption-attachment-96\" style=\"width: 866px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-96\" src=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key1.jpg\" alt=\"\" width=\"866\" height=\"186\" srcset=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key1.jpg 866w, http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key1-300x64.jpg 300w, http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key1-768x165.jpg 768w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><figcaption id=\"caption-attachment-96\" class=\"wp-caption-text\">ssh \uacf5\uac1c\ud0a4 \ubbf8\ub4f1\ub85d\uc77c \uacbd\uc6b0 password\ub97c \uc785\ub825\ud574\uc57c \ud55c\ub2e4.<\/figcaption><\/figure>\n<p>&#8211; ssh key \uc0dd\uc131.<br \/>\n&gt; git \uc124\uce58 ( https:\/\/git-scm.com\/downloads )<br \/>\n&gt; git bash \uc2e4\ud589<br \/>\n&gt; ssh-keygen \uc2e4\ud589<br \/>\n&gt;&gt;\uc0ac\uc6a9\uc790\/.ssh folder\uc5d0 \uc0dd\uc131\ub428.( id_rsa, id_rsa.pub )<\/p>\n<figure id=\"attachment_97\" aria-describedby=\"caption-attachment-97\" style=\"width: 953px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-97\" src=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key2.jpg\" alt=\"\" width=\"953\" height=\"248\" srcset=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key2.jpg 953w, http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key2-300x78.jpg 300w, http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key2-768x200.jpg 768w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><figcaption id=\"caption-attachment-97\" class=\"wp-caption-text\">ssh key \uc0dd\uc1311<\/figcaption><\/figure>\n<figure id=\"attachment_98\" aria-describedby=\"caption-attachment-98\" style=\"width: 834px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-98\" src=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key3.jpg\" alt=\"\" width=\"834\" height=\"348\" srcset=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key3.jpg 834w, http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key3-300x125.jpg 300w, http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key3-768x320.jpg 768w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><figcaption id=\"caption-attachment-98\" class=\"wp-caption-text\">ssk key \uc0dd\uc1312<\/figcaption><\/figure>\n<p>&#8211; id_rsa.pub\ub97c \uc11c\ubc84\ub85c \uc804\uc1a1.( \u203bgit user home directory\uc758 .ssh directory\ub85c \uc774\ub3d9\uc2dc\ud0a8\ub2e4.)<br \/>\n(\/home\/git\/.ssh)<\/p>\n<figure id=\"attachment_99\" aria-describedby=\"caption-attachment-99\" style=\"width: 1002px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-99\" src=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key4.jpg\" alt=\"\" width=\"1002\" height=\"608\" srcset=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key4.jpg 1002w, http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key4-300x182.jpg 300w, http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key4-768x466.jpg 768w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><figcaption id=\"caption-attachment-99\" class=\"wp-caption-text\">\uacf5\uac1c\ud0a4(id_rsa.pub) file \uc804\uc1a1<\/figcaption><\/figure>\n<p>&#8211; authorized_key file \uc0dd\uc131<br \/>\n&gt; cd \/home\/git\/.ssh<br \/>\n&gt; cat id_rsa.pub &gt;&gt; authorized_keys<\/p>\n<p>&#8211; authorized_key file \uad8c\ud55c \ubcc0\uacbd<br \/>\n&gt; su root<br \/>\n&gt; chmod 700 authorized_keys ( \uad8c\ud55c \ubcc0\uacbd\uc744 \ud574\uc8fc\uc9c0 \uc54a\uc73c\uba74 password \uc785\ub825 prompt\uac00 \ubc1c\uc0dd \ud55c\ub2e4. )<\/p>\n<figure id=\"attachment_100\" aria-describedby=\"caption-attachment-100\" style=\"width: 914px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-100\" src=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key5.jpg\" alt=\"\" width=\"914\" height=\"565\" srcset=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key5.jpg 914w, http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key5-300x185.jpg 300w, http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_ssh_key5-768x475.jpg 768w\" sizes=\"auto, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px\" \/><figcaption id=\"caption-attachment-100\" class=\"wp-caption-text\">\uacf5\uac1c\ud0a4 \uc778\uc99d \ud655\uc778. &#8211; password \uc785\ub825 prompt\uac00 \ubc1c\uc0dd \ud558\uc9c0 \uc54a\ub294\ub2e4.<\/figcaption><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>[\uc124\uce58\ud658\uacbd] \u2013 OS : 7.3.1611 &#8211; Eclipse mars(4.5.2, \uc804\uc790 \uc815\ubd80 \ud504\ub808\uc784 \uc6cc\ud06c 3.6.0) [Git \uc124\uce58] \u2013 \uc21c\uc11c 1. yum &#8211;y update 2. yum &#8211;y install git \u2013 \uc124\uce58 \ud655\uc778 : git version [\uacc4\uc815 \uc0dd\uc131] &#8211;&nbsp; adduser git &#8211; passwd git [key \uc0dd\uc131] &#8211; su &#8211; git &#8211; cd ~ &#8211; ssh-keygen -t rsa [bare repository&nbsp; &hellip; <\/p>\n<p class=\"link-more\"><a href=\"http:\/\/dev.e-luda.com\/dev-note\/?p=29\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;Centos 7\uc5d0 Git \uc124\uce58( Eclipse \uc5f0\ub3d9 \ud3ec\ud568 )&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35],"tags":[],"class_list":["post-29","post","type-post","status-publish","format-standard","hentry","category-git"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Centos 7\uc5d0 Git \uc124\uce58( Eclipse \uc5f0\ub3d9 \ud3ec\ud568 ) - \ub9c8\ubc95\uc0ac\ub9ac\uc758\uac1c\ubc1c\ub178\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/dev.e-luda.com\/dev-note\/?p=29\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Centos 7\uc5d0 Git \uc124\uce58( Eclipse \uc5f0\ub3d9 \ud3ec\ud568 ) - \ub9c8\ubc95\uc0ac\ub9ac\uc758\uac1c\ubc1c\ub178\ud2b8\" \/>\n<meta property=\"og:description\" content=\"[\uc124\uce58\ud658\uacbd] \u2013 OS : 7.3.1611 &#8211; Eclipse mars(4.5.2, \uc804\uc790 \uc815\ubd80 \ud504\ub808\uc784 \uc6cc\ud06c 3.6.0) [Git \uc124\uce58] \u2013 \uc21c\uc11c 1. yum &#8211;y update 2. yum &#8211;y install git \u2013 \uc124\uce58 \ud655\uc778 : git version [\uacc4\uc815 \uc0dd\uc131] &#8211;&nbsp; adduser git &#8211; passwd git [key \uc0dd\uc131] &#8211; su &#8211; git &#8211; cd ~ &#8211; ssh-keygen -t rsa [bare repository&nbsp; &hellip; \ub354 \ubcf4\uae30 &quot;Centos 7\uc5d0 Git \uc124\uce58( Eclipse \uc5f0\ub3d9 \ud3ec\ud568 )&quot;\" \/>\n<meta property=\"og:url\" content=\"http:\/\/dev.e-luda.com\/dev-note\/?p=29\" \/>\n<meta property=\"og:site_name\" content=\"\ub9c8\ubc95\uc0ac\ub9ac\uc758\uac1c\ubc1c\ub178\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2017-09-05T02:05:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-22T05:24:09+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse1.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"wizardlee\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"http:\/\/dev.e-luda.com\/dev-note\/#website\",\"url\":\"http:\/\/dev.e-luda.com\/dev-note\/\",\"name\":\"\ub9c8\ubc95\uc0ac\ub9ac\uc758\uac1c\ubc1c\ub178\ud2b8\",\"description\":\"\ub2e4\ub978 \uc6cc\ub4dc\ud504\ub808\uc2a4 \uc0ac\uc774\ud2b8\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/dev.e-luda.com\/dev-note\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"ImageObject\",\"@id\":\"http:\/\/dev.e-luda.com\/dev-note\/?p=29#primaryimage\",\"inLanguage\":\"ko-KR\",\"url\":\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse1.jpg\",\"contentUrl\":\"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse1.jpg\",\"width\":441,\"height\":485},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/dev.e-luda.com\/dev-note\/?p=29#webpage\",\"url\":\"http:\/\/dev.e-luda.com\/dev-note\/?p=29\",\"name\":\"Centos 7\uc5d0 Git \uc124\uce58( Eclipse \uc5f0\ub3d9 \ud3ec\ud568 ) - \ub9c8\ubc95\uc0ac\ub9ac\uc758\uac1c\ubc1c\ub178\ud2b8\",\"isPartOf\":{\"@id\":\"http:\/\/dev.e-luda.com\/dev-note\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/dev.e-luda.com\/dev-note\/?p=29#primaryimage\"},\"datePublished\":\"2017-09-05T02:05:03+00:00\",\"dateModified\":\"2022-04-22T05:24:09+00:00\",\"author\":{\"@id\":\"http:\/\/dev.e-luda.com\/dev-note\/#\/schema\/person\/7e381f3b46b7824adbe15ff43b53c42c\"},\"breadcrumb\":{\"@id\":\"http:\/\/dev.e-luda.com\/dev-note\/?p=29#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/dev.e-luda.com\/dev-note\/?p=29\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/dev.e-luda.com\/dev-note\/?p=29#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/dev.e-luda.com\/dev-note\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Centos 7\uc5d0 Git \uc124\uce58( Eclipse \uc5f0\ub3d9 \ud3ec\ud568 )\"}]},{\"@type\":\"Person\",\"@id\":\"http:\/\/dev.e-luda.com\/dev-note\/#\/schema\/person\/7e381f3b46b7824adbe15ff43b53c42c\",\"name\":\"wizardlee\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"http:\/\/dev.e-luda.com\/dev-note\/#personlogo\",\"inLanguage\":\"ko-KR\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6eaa1dedfb9710f350bbf8ccb317e7cfa2a5a277b535c6558bc57169262ec430?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6eaa1dedfb9710f350bbf8ccb317e7cfa2a5a277b535c6558bc57169262ec430?s=96&d=mm&r=g\",\"caption\":\"wizardlee\"},\"sameAs\":[\"http:\/\/dev.e-luda.com\/dev-note\"],\"url\":\"http:\/\/dev.e-luda.com\/dev-note\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Centos 7\uc5d0 Git \uc124\uce58( Eclipse \uc5f0\ub3d9 \ud3ec\ud568 ) - \ub9c8\ubc95\uc0ac\ub9ac\uc758\uac1c\ubc1c\ub178\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/dev.e-luda.com\/dev-note\/?p=29","og_locale":"ko_KR","og_type":"article","og_title":"Centos 7\uc5d0 Git \uc124\uce58( Eclipse \uc5f0\ub3d9 \ud3ec\ud568 ) - \ub9c8\ubc95\uc0ac\ub9ac\uc758\uac1c\ubc1c\ub178\ud2b8","og_description":"[\uc124\uce58\ud658\uacbd] \u2013 OS : 7.3.1611 &#8211; Eclipse mars(4.5.2, \uc804\uc790 \uc815\ubd80 \ud504\ub808\uc784 \uc6cc\ud06c 3.6.0) [Git \uc124\uce58] \u2013 \uc21c\uc11c 1. yum &#8211;y update 2. yum &#8211;y install git \u2013 \uc124\uce58 \ud655\uc778 : git version [\uacc4\uc815 \uc0dd\uc131] &#8211;&nbsp; adduser git &#8211; passwd git [key \uc0dd\uc131] &#8211; su &#8211; git &#8211; cd ~ &#8211; ssh-keygen -t rsa [bare repository&nbsp; &hellip; \ub354 \ubcf4\uae30 \"Centos 7\uc5d0 Git \uc124\uce58( Eclipse \uc5f0\ub3d9 \ud3ec\ud568 )\"","og_url":"http:\/\/dev.e-luda.com\/dev-note\/?p=29","og_site_name":"\ub9c8\ubc95\uc0ac\ub9ac\uc758\uac1c\ubc1c\ub178\ud2b8","article_published_time":"2017-09-05T02:05:03+00:00","article_modified_time":"2022-04-22T05:24:09+00:00","og_image":[{"url":"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse1.jpg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"wizardlee","Est. reading time":"4\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"http:\/\/dev.e-luda.com\/dev-note\/#website","url":"http:\/\/dev.e-luda.com\/dev-note\/","name":"\ub9c8\ubc95\uc0ac\ub9ac\uc758\uac1c\ubc1c\ub178\ud2b8","description":"\ub2e4\ub978 \uc6cc\ub4dc\ud504\ub808\uc2a4 \uc0ac\uc774\ud2b8","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/dev.e-luda.com\/dev-note\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"ImageObject","@id":"http:\/\/dev.e-luda.com\/dev-note\/?p=29#primaryimage","inLanguage":"ko-KR","url":"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse1.jpg","contentUrl":"http:\/\/dev.e-luda.com\/dev-note\/wp-content\/uploads\/2017\/09\/git_eclipse1.jpg","width":441,"height":485},{"@type":"WebPage","@id":"http:\/\/dev.e-luda.com\/dev-note\/?p=29#webpage","url":"http:\/\/dev.e-luda.com\/dev-note\/?p=29","name":"Centos 7\uc5d0 Git \uc124\uce58( Eclipse \uc5f0\ub3d9 \ud3ec\ud568 ) - \ub9c8\ubc95\uc0ac\ub9ac\uc758\uac1c\ubc1c\ub178\ud2b8","isPartOf":{"@id":"http:\/\/dev.e-luda.com\/dev-note\/#website"},"primaryImageOfPage":{"@id":"http:\/\/dev.e-luda.com\/dev-note\/?p=29#primaryimage"},"datePublished":"2017-09-05T02:05:03+00:00","dateModified":"2022-04-22T05:24:09+00:00","author":{"@id":"http:\/\/dev.e-luda.com\/dev-note\/#\/schema\/person\/7e381f3b46b7824adbe15ff43b53c42c"},"breadcrumb":{"@id":"http:\/\/dev.e-luda.com\/dev-note\/?p=29#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["http:\/\/dev.e-luda.com\/dev-note\/?p=29"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/dev.e-luda.com\/dev-note\/?p=29#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/dev.e-luda.com\/dev-note"},{"@type":"ListItem","position":2,"name":"Centos 7\uc5d0 Git \uc124\uce58( Eclipse \uc5f0\ub3d9 \ud3ec\ud568 )"}]},{"@type":"Person","@id":"http:\/\/dev.e-luda.com\/dev-note\/#\/schema\/person\/7e381f3b46b7824adbe15ff43b53c42c","name":"wizardlee","image":{"@type":"ImageObject","@id":"http:\/\/dev.e-luda.com\/dev-note\/#personlogo","inLanguage":"ko-KR","url":"https:\/\/secure.gravatar.com\/avatar\/6eaa1dedfb9710f350bbf8ccb317e7cfa2a5a277b535c6558bc57169262ec430?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6eaa1dedfb9710f350bbf8ccb317e7cfa2a5a277b535c6558bc57169262ec430?s=96&d=mm&r=g","caption":"wizardlee"},"sameAs":["http:\/\/dev.e-luda.com\/dev-note"],"url":"http:\/\/dev.e-luda.com\/dev-note\/?author=1"}]}},"_links":{"self":[{"href":"http:\/\/dev.e-luda.com\/dev-note\/index.php?rest_route=\/wp\/v2\/posts\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/dev.e-luda.com\/dev-note\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/dev.e-luda.com\/dev-note\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/dev.e-luda.com\/dev-note\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/dev.e-luda.com\/dev-note\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=29"}],"version-history":[{"count":9,"href":"http:\/\/dev.e-luda.com\/dev-note\/index.php?rest_route=\/wp\/v2\/posts\/29\/revisions"}],"predecessor-version":[{"id":548,"href":"http:\/\/dev.e-luda.com\/dev-note\/index.php?rest_route=\/wp\/v2\/posts\/29\/revisions\/548"}],"wp:attachment":[{"href":"http:\/\/dev.e-luda.com\/dev-note\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=29"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/dev.e-luda.com\/dev-note\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=29"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/dev.e-luda.com\/dev-note\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}