{"id":135608,"date":"2024-04-28T12:17:14","date_gmt":"2024-04-28T04:17:14","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/135608.html"},"modified":"2024-04-28T12:17:17","modified_gmt":"2024-04-28T04:17:17","slug":"%e5%a6%82%e4%bd%95%e4%b8%8a%e4%bc%a0git","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/135608.html","title":{"rendered":"\u5982\u4f55\u4e0a\u4f20git"},"content":{"rendered":"<p style=\"text-align:center\"><img decoding=\"async\" src=\"https:\/\/cdn-kb.worktile.com\/kb\/wp-content\/uploads\/2024\/04\/24132717\/5dad5f9f-7f20-4045-9ee4-9bc07c398711.webp\" alt=\"\u5982\u4f55\u4e0a\u4f20git\" \/><\/p>\n<p><p>Git\u662f\u4e00\u4e2a\u5f3a\u5927\u7684\u5206\u5e03\u5f0f\u7248\u672c\u63a7\u5236\u7cfb\u7edf\uff0c\u5e7f\u6cdb\u7528\u4e8e\u8ddf\u8e2a\u548c\u7ba1\u7406\u9879\u76ee\u4ee3\u7801\u7684\u6539\u52a8\u3002\u8981\u4e0a\u4f20\u4ee3\u7801\u5230Git\uff0c\u4f60\u9700\u8981\u719f\u6089Git\u7684\u57fa\u672c\u547d\u4ee4\u4ee5\u53ca\u8fdc\u7a0b\u4ed3\u5e93\u7684\u6982\u5ff5\uff0c\u5982GitHub\u3002<strong>\u9996\u5148\uff0c\u4f60\u9700\u8981\u521b\u5efa\u672c\u5730\u4ed3\u5e93\u5e76\u6dfb\u52a0\u6587\u4ef6\uff0c\u5176\u6b21\uff0c\u901a\u8fc7\u63d0\u4ea4(commit)\u4fdd\u5b58\u4f60\u7684\u66f4\u6539\u3001\u6700\u540e\uff0c\u5c06\u672c\u5730\u4ed3\u5e93\u63a8\u9001(push)\u5230\u8fdc\u7a0b\u4ed3\u5e93<\/strong>\u3002\u4e0b\u9762\u5c06\u8be6\u7ec6\u89e3\u91ca\u6574\u4e2a\u4e0a\u4f20\u8fc7\u7a0b\u3002<\/p>\n<\/p>\n<p><p>\u4e00\u3001\u8bbe\u7f6e\u672c\u5730\u4ed3\u5e93<\/p>\n<\/p>\n<p><p>\u8981\u5f00\u59cb\u4f7f\u7528Git\u4e0a\u4f20\u6587\u4ef6\uff0c\u9996\u5148\u786e\u4fdd\u5728\u672c\u5730\u8ba1\u7b97\u673a\u4e0a\u5b89\u88c5\u4e86Git\u3002\u5b89\u88c5\u5b8c\u6210\u540e\uff0c\u6253\u5f00\u547d\u4ee4\u884c\u6216\u7ec8\u7aef\uff0c\u6267\u884c\u4ee5\u4e0b\u6b65\u9aa4\uff1a<\/p>\n<\/p>\n<p><p><strong>1. \u521d\u59cb\u5316\u672c\u5730\u4ed3\u5e93<\/strong><\/p>\n<\/p>\n<p><p>\u5728\u547d\u4ee4\u884c\u4e2d\u5207\u6362\u5230\u8981\u4e0a\u4f20\u9879\u76ee\u7684\u6839\u76ee\u5f55\uff0c\u5e76\u8fd0\u884c<code>git init<\/code>\u3002\u8fd9\u4e2a\u547d\u4ee4\u4f1a\u521d\u59cb\u5316\u4e00\u4e2a\u65b0\u7684Git\u4ed3\u5e93\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">cd path\/to\/your\/project<\/p>\n<p>git init<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u4f1a\u5728\u5f53\u524d\u76ee\u5f55\u4e2d\u521b\u5efa\u4e00\u4e2a\u65b0\u7684\u5b50\u76ee\u5f55\u540d\u4e3a<code>.git<\/code>\uff0c\u5176\u4e2d\u5305\u542b\u4e86\u5c06\u6765\u7528\u4e8e\u7248\u672c\u63a7\u5236\u7684\u6240\u6709\u76f8\u5173\u914d\u7f6e\u6587\u4ef6\u548c\u6587\u4ef6\u5939\u3002<\/p>\n<\/p>\n<p><p><strong>2. \u6dfb\u52a0\u6587\u4ef6<\/strong><\/p>\n<\/p>\n<p><p>\u8981\u6dfb\u52a0\u9879\u76ee\u4e2d\u7684\u6587\u4ef6\u5230\u4ed3\u5e93\uff0c\u4f7f\u7528<code>git add<\/code>\u547d\u4ee4\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">git add &lt;file&gt;  # \u6dfb\u52a0\u5355\u4e2a\u6587\u4ef6<\/p>\n<p>git add .       # \u6dfb\u52a0\u5f53\u524d\u76ee\u5f55\u4e0b\u7684\u6240\u6709\u6587\u4ef6<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u4f1a\u5c06\u6587\u4ef6\u6dfb\u52a0\u5230\u6682\u5b58\u533a\uff0c\u51c6\u5907\u4e0b\u4e00\u6b21\u63d0\u4ea4\u3002<\/p>\n<\/p>\n<p><p>\u4e8c\u3001\u63d0\u4ea4\u66f4\u6539<\/p>\n<\/p>\n<p><p>\u63d0\u4ea4\u662f\u4fdd\u5b58\u4f60\u7684\u66f4\u6539\u5230\u4ed3\u5e93\u7684\u8fc7\u7a0b\u3002\u63d0\u4ea4\u4e4b\u524d\u8981\u786e\u4fdd\u6240\u6709\u6539\u53d8\u90fd\u5df2\u7ecf\u6dfb\u52a0\u5230\u6682\u5b58\u533a\u3002<\/p>\n<\/p>\n<p><p><strong>1. \u67e5\u770b\u72b6\u6001<\/strong><\/p>\n<\/p>\n<p><p>\u4f7f\u7528<code>git status<\/code>\u547d\u4ee4\u6765\u67e5\u770b\u90a3\u4e9b\u6587\u4ef6\u5df2\u66f4\u6539\u4f46\u5c1a\u672a\u63d0\u4ea4\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">git status<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u4f1a\u663e\u793a\u51fa\u6240\u6709\u65b0\u6dfb\u52a0\u7684\u3001\u4fee\u6539\u7684\u6216\u5220\u9664\u7684\u6587\u4ef6\u3002<\/p>\n<\/p>\n<p><p><strong>2. \u63d0\u4ea4\u66f4\u6539<\/strong><\/p>\n<\/p>\n<p><p>\u63a5\u4e0b\u6765\uff0c\u901a\u8fc7<code>git commit<\/code>\u547d\u4ee4\u8fdb\u884c\u63d0\u4ea4\uff0c\u5e76\u5305\u542b\u4e00\u6761\u4fe1\u606f\u6765\u63cf\u8ff0\u8fd9\u6b21\u63d0\u4ea4\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">git commit -m &quot;Your message about the commit&quot;<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u63d0\u4ea4\u4fe1\u606f\u5e94\u5177\u4f53\u63cf\u8ff0\u4f60\u8fdb\u884c\u7684\u66f4\u6539\uff0c\u4ee5\u4fbf\u4e8e\u672a\u6765\u7684\u56de\u987e\u3002<\/p>\n<\/p>\n<p><p>\u4e09\u3001\u8fde\u63a5\u8fdc\u7a0b\u4ed3\u5e93<\/p>\n<\/p>\n<p><p>\u5728\u5c06\u66f4\u6539\u63a8\u9001\u5230\u8fdc\u7a0b\u4ed3\u5e93\u4e4b\u524d\uff0c\u9700\u8981\u5148\u8bbe\u7f6e\u8fdc\u7a0b\u4ed3\u5e93\uff0c\u5e76\u5c06\u5176\u94fe\u63a5\u5230\u4f60\u7684\u672c\u5730\u4ed3\u5e93\u3002<\/p>\n<\/p>\n<p><p><strong>1. \u6dfb\u52a0\u8fdc\u7a0b\u4ed3\u5e93<\/strong><\/p>\n<\/p>\n<p><p>\u5982\u679c\u4f60\u5df2\u7ecf\u5728\u5982GitHub\u4e0a\u521b\u5efa\u4e86\u8fdc\u7a0b\u4ed3\u5e93\uff0c\u5c31\u53ef\u4ee5\u4f7f\u7528<code>git remote add<\/code>\u547d\u4ee4\u8fde\u63a5\u672c\u5730\u4ed3\u5e93\u548c\u8fdc\u7a0b\u4ed3\u5e93\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">git remote add origin &lt;remote-repository-URL&gt;<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p><code>&lt;remote-repository-URL&gt;<\/code>\u662f\u8fdc\u7a0b\u4ed3\u5e93\u7684\u94fe\u63a5\u3002<\/p>\n<\/p>\n<p><p><strong>2. \u9a8c\u8bc1\u8fdc\u7a0b\u4ed3\u5e93<\/strong><\/p>\n<\/p>\n<p><p>\u4f7f\u7528<code>git remote -v<\/code>\u547d\u4ee4\u68c0\u67e5\u8fdc\u7a0b\u4ed3\u5e93\u662f\u5426\u6b63\u786e\u8bbe\u7f6e\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">git remote -v<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u5c06\u5217\u51fa\u6240\u6709\u914d\u7f6e\u7684\u8fdc\u7a0b\u4ed3\u5e93\u53ca\u5176URL\u3002<\/p>\n<\/p>\n<p><p>\u56db\u3001\u63a8\u9001\u66f4\u6539\u5230\u8fdc\u7a0b\u4ed3\u5e93<\/p>\n<\/p>\n<p><p>\u4e00\u65e6\u672c\u5730\u66f4\u6539\u88ab\u63d0\u4ea4\uff0c\u4f60\u5c31\u53ef\u4ee5\u901a\u8fc7<code>git push<\/code>\u547d\u4ee4\u5c06\u5b83\u4eec\u4e0a\u4f20\u5230\u8fdc\u7a0b\u4ed3\u5e93\u3002<\/p>\n<\/p>\n<p><p><strong>1. \u63a8\u9001\u5230\u8fdc\u7a0b\u4ed3\u5e93<\/strong><\/p>\n<\/p>\n<p><p>\u9ed8\u8ba4\u60c5\u51b5\u4e0b\uff0c\u4f60\u9700\u8981\u63a8\u9001\u5230\u4e3b\u5206\u652f\uff08\u901a\u5e38\u79f0\u4e3a<code>master<\/code>\u6216<code>m<a href=\"https:\/\/docs.pingcode.com\/blog\/59162.html\" target=\"_blank\">AI<\/a>n<\/code>\uff09\uff0c\u4f46\u4f60\u4e5f\u53ef\u4ee5\u63a8\u9001\u5230\u4efb\u4f55\u5176\u4ed6\u5206\u652f\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">git push origin master<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5982\u679c\u8fdc\u7a0b\u4ed3\u5e93\u8981\u6c42\u8ba4\u8bc1\uff0c\u8f93\u5165\u4f60\u7684\u8fdc\u7a0b\u4ed3\u5e93\u767b\u5f55\u51ed\u636e\u3002<\/p>\n<\/p>\n<p><p><strong>2. \u5206\u652f<\/strong><\/p>\n<\/p>\n<p><p>\u5982\u679c\u8981\u63a8\u9001\u5230\u4e00\u4e2a\u4e0d\u540c\u4e8e\u4e3b\u5206\u652f\u7684\u5206\u652f\uff0c\u4f7f\u7528\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">git push origin &lt;your-branch-name&gt;<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u786e\u4fdd\u66ff\u6362<code>&lt;your-branch-name&gt;<\/code>\u4e3a\u4f60\u5e0c\u671b\u63a8\u9001\u7684\u5206\u652f\u540d\u79f0\u3002<\/p>\n<\/p>\n<p><p>\u4e94\u3001\u5e38\u89c1\u95ee\u9898\u89e3\u51b3<\/p>\n<\/p>\n<p><p>\u5728\u4e0a\u4f20\u8fc7\u7a0b\u4e2d\uff0c\u4f60\u53ef\u80fd\u4f1a\u9047\u5230\u5404\u79cd\u95ee\u9898\uff0c\u4f8b\u5982\u51b2\u7a81\u3001\u8ba4\u8bc1\u5931\u8d25\u7b49\u3002\u89e3\u51b3\u8fd9\u4e9b\u95ee\u9898\u901a\u5e38\u9700\u8981\u5bf9Git\u5177\u6709\u66f4\u6df1\u5165\u7684\u7406\u89e3\u3002<\/p>\n<\/p>\n<p><p><strong>1. \u5904\u7406\u51b2\u7a81<\/strong><\/p>\n<\/p>\n<p><p>\u5f53\u672c\u5730\u548c\u8fdc\u7a0b\u4ed3\u5e93\u4e2d\u7684\u5185\u5bb9\u53d1\u751f\u4e0d\u4e00\u81f4\u65f6\uff0cGit\u65e0\u6cd5\u76f4\u63a5\u63a8\u9001\uff0c\u8fd9\u65f6\u9700\u8981\u5148\u62c9\u53d6\uff08pull\uff09\u8fdc\u7a0b\u4ed3\u5e93\u7684\u66f4\u6539\u5e76\u89e3\u51b3\u51b2\u7a81\uff0c\u7136\u540e\u518d\u8fdb\u884c\u63a8\u9001\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">git pull origin master<\/p>\n<h2><strong>\u89e3\u51b3\u51b2\u7a81\u540e<\/strong><\/h2>\n<p>git push origin master<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p><strong>2. \u6743\u9650\u95ee\u9898<\/strong><\/p>\n<\/p>\n<p><p>\u5982\u679c\u9047\u5230\u6743\u9650\u95ee\u9898\uff0c\u53ef\u80fd\u662f\u56e0\u4e3a\u6ca1\u6709\u4e3a\u8fdc\u7a0b\u4ed3\u5e93\u914d\u7f6e\u6b63\u786e\u7684\u7528\u6237\u4fe1\u606f\u3002\u8bbe\u7f6e\u7528\u6237\u540d\u548c\u7535\u5b50\u90ae\u4ef6\u5730\u5740\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">git config --global user.name &quot;Your Name&quot;<\/p>\n<p>git config --global user.email &quot;your_email@example.com&quot;<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u4e0a\u4f20\u4ee3\u7801\u5230Git\u662f\u4e00\u4e2a\u6d89\u53ca\u591a\u4e2a\u6b65\u9aa4\u548c\u547d\u4ee4\u7684\u8fc7\u7a0b\u3002\u4ece\u521d\u59cb\u5316\u672c\u5730\u4ed3\u5e93\u5f00\u59cb\uff0c\u5230\u6dfb\u52a0\u3001\u63d0\u4ea4\u6587\u4ef6\uff0c\u6700\u540e\u8fde\u63a5\u5e76\u63a8\u9001\u5230\u8fdc\u7a0b\u4ed3\u5e93\uff0c\u6bcf\u4e00\u6b65\u90fd\u8d2f\u7a7f\u7740\u7248\u672c\u63a7\u5236\u7684\u91cd\u8981\u5b9e\u8df5\u3002\u719f\u7ec3\u638c\u63e1Git\u64cd\u4f5c\u5bf9\u4e8e\u4ee3\u7801\u7ba1\u7406\u548c\u534f\u4f5c\u5f00\u53d1\u81f3\u5173\u91cd\u8981\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p><strong>1. \u600e\u6837\u4f7f\u7528\u547d\u4ee4\u884c\u5c06\u4ee3\u7801\u4e0a\u4f20\u5230Git\u4ed3\u5e93\uff1f<\/strong><br \/>\n\u8981\u5c06\u4ee3\u7801\u4e0a\u4f20\u5230Git\u4ed3\u5e93\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u7b80\u5355\u7684\u547d\u4ee4\u884c\u64cd\u4f5c\u3002\u9996\u5148\uff0c\u5efa\u7acb\u4e00\u4e2a\u672c\u5730\u7684Git\u4ed3\u5e93\uff0c\u63a5\u7740\u4f7f\u7528<code>git add<\/code>\u547d\u4ee4\u5c06\u8981\u4e0a\u4f20\u7684\u6587\u4ef6\u6dfb\u52a0\u5230\u6682\u5b58\u533a\u3002\u7136\u540e\uff0c\u4f7f\u7528<code>git commit<\/code>\u547d\u4ee4\u63d0\u4ea4\u4ee3\u7801\u5230\u4ed3\u5e93\u3002\u6700\u540e\uff0c\u4f7f\u7528<code>git push<\/code>\u547d\u4ee4\u5c06\u4ee3\u7801\u63a8\u9001\u5230\u8fdc\u7a0b\u4ed3\u5e93\u3002\u8fd9\u6837\uff0c\u60a8\u7684\u4ee3\u7801\u5c31\u6210\u529f\u4e0a\u4f20\u5230Git\u4ed3\u5e93\u4e86\u3002<\/p>\n<p><strong>2. \u5982\u4f55\u4f7f\u7528Git\u5ba2\u6237\u7aef\u4e0a\u4f20\u4ee3\u7801\u5230\u8fdc\u7a0b\u4ed3\u5e93\uff1f<\/strong><br \/>\n\u5982\u679c\u60a8\u66f4\u559c\u6b22\u4f7f\u7528Git\u5ba2\u6237\u7aef\u754c\u9762\u64cd\u4f5c\uff0c\u4e0a\u4f20\u4ee3\u7801\u4e5f\u975e\u5e38\u7b80\u5355\u3002\u9996\u5148\uff0c\u6253\u5f00\u60a8\u7684Git\u5ba2\u6237\u7aef\uff0c\u5e76\u6253\u5f00\u5df2\u5b58\u5728\u7684\u672c\u5730\u4ed3\u5e93\u3002\u63a5\u7740\uff0c\u5728\u754c\u9762\u4e0a\u627e\u5230&quot;Push&quot;\u6216&quot;Push to remote&quot;\u9009\u9879\u3002\u5728\u8fd9\u4e2a\u754c\u9762\u4e0a\uff0c\u60a8\u53ef\u4ee5\u9009\u62e9\u8981\u63a8\u9001\u7684\u5206\u652f\u4ee5\u53ca\u8fdc\u7a0b\u4ed3\u5e93\u7684\u4f4d\u7f6e\u3002\u70b9\u51fb\u63a8\u9001\u6309\u94ae\u540e\uff0cGit\u5ba2\u6237\u7aef\u4f1a\u5c06\u60a8\u7684\u4ee3\u7801\u81ea\u52a8\u4e0a\u4f20\u5230\u8fdc\u7a0b\u4ed3\u5e93\u3002<\/p>\n<p><strong>3. \u6211\u53ef\u4ee5\u4f7f\u7528\u5176\u4ed6\u5de5\u5177\u4e0a\u4f20\u4ee3\u7801\u5230Git\u4ed3\u5e93\u5417\uff1f<\/strong><br \/>\n\u5f53\u7136\u53ef\u4ee5\uff01\u9664\u4e86\u547d\u4ee4\u884c\u548cGit\u5ba2\u6237\u7aef\uff0c\u8fd8\u6709\u5176\u4ed6\u8bb8\u591a\u5de5\u5177\u53ef\u4ee5\u5e2e\u52a9\u60a8\u4e0a\u4f20\u4ee3\u7801\u5230Git\u4ed3\u5e93\u3002\u4f8b\u5982\uff0c\u5f88\u591aIDE\uff08\u96c6\u6210\u5f00\u53d1\u73af\u5883\uff09\u90fd\u5185\u7f6e\u4e86Git\u529f\u80fd\uff0c\u60a8\u53ef\u4ee5\u76f4\u63a5\u5728IDE\u4e2d\u8fdb\u884c\u4ee3\u7801\u4e0a\u4f20\u64cd\u4f5c\u3002\u53e6\u5916\uff0c\u8fd8\u6709\u4e00\u4e9b\u7b2c\u4e09\u65b9\u7684Git\u7ba1\u7406\u5de5\u5177\uff0c\u5b83\u4eec\u63d0\u4f9b\u66f4\u591a\u7684\u529f\u80fd\u548c\u66f4\u53cb\u597d\u7684\u7528\u6237\u754c\u9762\uff0c\u4f7f\u60a8\u66f4\u4fbf\u6377\u5730\u4e0a\u4f20\u548c\u7ba1\u7406\u4ee3\u7801\u3002\u9009\u62e9\u4e00\u4e2a\u9002\u5408\u60a8\u7684\u5de5\u5177\uff0c\u5f00\u59cb\u4eab\u53d7Git\u7684\u4ee3\u7801\u7ba1\u7406\u4e50\u8da3\u5427\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"Git\u662f\u4e00\u4e2a\u5f3a\u5927\u7684\u5206\u5e03\u5f0f\u7248\u672c\u63a7\u5236\u7cfb\u7edf\uff0c\u5e7f\u6cdb\u7528\u4e8e\u8ddf\u8e2a\u548c\u7ba1\u7406\u9879\u76ee\u4ee3\u7801\u7684\u6539\u52a8\u3002\u8981\u4e0a\u4f20\u4ee3\u7801\u5230Git\uff0c\u4f60\u9700\u8981\u719f\u6089Git\u7684 [&hellip;]","protected":false},"author":3,"featured_media":135616,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[37],"tags":[],"acf":[],"_links":{"self":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/135608"}],"collection":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/comments?post=135608"}],"version-history":[{"count":0,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/135608\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/135616"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=135608"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=135608"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=135608"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}