{"id":1352,"date":"2022-11-11T04:30:49","date_gmt":"2022-11-11T04:30:49","guid":{"rendered":"https:\/\/datmt.com\/?p=1352"},"modified":"2022-11-11T04:30:52","modified_gmt":"2022-11-11T04:30:52","slug":"fixed-cannot-push-to-github-from-the-command-line","status":"publish","type":"post","link":"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/","title":{"rendered":"[Fixed] Cannot Push To Github From The Command Line"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Overview<\/h2>\n\n\n\n<p>Recently, I changed my laptop from Windows to a Mac. As many times setting up a new machine, I cloned my repos and installed the IDEs. A problem I encountered that I didn&#8217;t in my previous machine is that I cannot push to Github from the command line. <\/p>\n\n\n\n<p>And yes, I generated my ssh key pair and added it to GitHub.<\/p>\n\n\n\n<p>Despite all that, when I tried to push to GitHub from the command line, I was prompted to enter my credentials:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"707\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" src=\"https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-2-1024x707.png\" alt=\"Github asked for credentials when pushing from the command line\" class=\"wp-image-1353\" srcset=\"https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-2-1024x707.png 1024w, https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-2-300x207.png 300w, https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-2-768x531.png 768w, https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-2.png 1326w\" \/><figcaption class=\"wp-element-caption\">Github asked for credentials when pushing from the command line<\/figcaption><\/figure>\n\n\n\n<p>I first thought this could be a problem with Mac but that doesn&#8217;t make sense.<\/p>\n\n\n\n<p>After searching for solutions on the internet, I surprisingly found it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">GitHub Desktop<\/h2>\n\n\n\n<p>On Windows, I didn&#8217;t use GitHub Desktop. However, when setting up my Mac, I decided to try it for experimental purposes and it&#8217;s really fun. However, for repos cloned by GitHub Desktop, the remote URL is in https format.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"521\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" src=\"https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-3-1024x521.png\" alt=\"Git remote URL is in https format\" class=\"wp-image-1354\" srcset=\"https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-3-1024x521.png 1024w, https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-3-300x152.png 300w, https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-3-768x390.png 768w, https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-3.png 1322w\" \/><figcaption class=\"wp-element-caption\">Git remote URL is in https format<\/figcaption><\/figure>\n\n\n\n<p>In order to push from the command line, you need to change the remote URL to the ssh format.<\/p>\n\n\n\n<p>Which you can get on GitHub here:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"814\" height=\"654\" sizes=\"auto, (max-width: 814px) 100vw, 814px\" src=\"https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-4.png\" alt=\"The SSH git remote URL format\" class=\"wp-image-1355\" srcset=\"https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-4.png 814w, https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-4-300x241.png 300w, https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-4-768x617.png 768w\" \/><figcaption class=\"wp-element-caption\">The SSH git remote URL format<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Fixing the problem<\/h2>\n\n\n\n<p>The solution is to simply change the remote URL to SSH format, as mentioned above. <\/p>\n\n\n\n<p>You can do that in the command line like this:<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;shell&quot;,&quot;mime&quot;:&quot;text\/x-sh&quot;,&quot;theme&quot;:&quot;material&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;language&quot;:&quot;Shell&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;shell&quot;}\">git remote set-url origin git@github.com:datmt\/Spring-tutorial.git<\/pre><\/div>\n\n\n\n<p>Make sure you replace the part after <code>origin<\/code> with your own repo&#8217;s URL.<\/p>\n\n\n\n<p>As expected, in my case, the problem is solved:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"521\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" src=\"https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-5-1024x521.png\" alt=\"Pushing to Github through command line successfully\" class=\"wp-image-1356\" srcset=\"https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-5-1024x521.png 1024w, https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-5-300x153.png 300w, https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-5-768x391.png 768w, https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/image-5.png 1324w\" \/><figcaption class=\"wp-element-caption\">Pushing to GitHub through the command line successfully<\/figcaption><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How about GitHub Desktop?<\/h2>\n\n\n\n<p>GitHub desktop is quite helpful because it allows me to manage my repos in one place. However, as far as I know, when cloning repos, it uses the https URL. If you use GitHub desktop exclusively, you don&#8217;t need to do anything. However, if you work in the terminal a lot, you may want to change the remote URL to SSH format. <\/p>\n\n\n\n<p>GitHub desktop continues to work after you change the URL format. <\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview Recently, I changed my laptop from Windows to a Mac. As many times setting up a new machine, I cloned my repos and installed the IDEs. A problem I encountered that I didn&#8217;t in my previous machine is that I cannot push to Github from the command line. And yes, I generated my ssh &#8230; <a title=\"[Fixed] Cannot Push To Github From The Command Line\" class=\"read-more\" href=\"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/\" aria-label=\"Read more about [Fixed] Cannot Push To Github From The Command Line\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":1357,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[109],"tags":[203,202,201],"class_list":["post-1352","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-git","tag-command-line","tag-git","tag-github"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[Fixed] Cannot Push To Github From The Command Line - datmt<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[Fixed] Cannot Push To Github From The Command Line - datmt\" \/>\n<meta property=\"og:description\" content=\"Overview Recently, I changed my laptop from Windows to a Mac. As many times setting up a new machine, I cloned my repos and installed the IDEs. A problem I encountered that I didn&#8217;t in my previous machine is that I cannot push to Github from the command line. And yes, I generated my ssh ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/\" \/>\n<meta property=\"og:site_name\" content=\"datmt\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-11T04:30:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-11T04:30:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/Cannot-Push-To-Github-From-Command-Line.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"\u0110\u1ea1t Tr\u1ea7n\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u0110\u1ea1t Tr\u1ea7n\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/\"},\"author\":{\"name\":\"\u0110\u1ea1t Tr\u1ea7n\",\"@id\":\"https:\/\/datmt.com\/#\/schema\/person\/7736566e3758f424a11fd53f581c4b5e\"},\"headline\":\"[Fixed] Cannot Push To Github From The Command Line\",\"datePublished\":\"2022-11-11T04:30:49+00:00\",\"dateModified\":\"2022-11-11T04:30:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/\"},\"wordCount\":348,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/datmt.com\/#\/schema\/person\/7736566e3758f424a11fd53f581c4b5e\"},\"image\":{\"@id\":\"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/Cannot-Push-To-Github-From-Command-Line.jpg\",\"keywords\":[\"command line\",\"git\",\"github\"],\"articleSection\":[\"git\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/\",\"url\":\"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/\",\"name\":\"[Fixed] Cannot Push To Github From The Command Line - datmt\",\"isPartOf\":{\"@id\":\"https:\/\/datmt.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/Cannot-Push-To-Github-From-Command-Line.jpg\",\"datePublished\":\"2022-11-11T04:30:49+00:00\",\"dateModified\":\"2022-11-11T04:30:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/#primaryimage\",\"url\":\"https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/Cannot-Push-To-Github-From-Command-Line.jpg\",\"contentUrl\":\"https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/Cannot-Push-To-Github-From-Command-Line.jpg\",\"width\":1200,\"height\":628,\"caption\":\"Cannot Push To Github From Command Line\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/datmt.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[Fixed] Cannot Push To Github From The Command Line\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/datmt.com\/#website\",\"url\":\"https:\/\/datmt.com\/\",\"name\":\"datmt\",\"description\":\"Hands on projects\",\"publisher\":{\"@id\":\"https:\/\/datmt.com\/#\/schema\/person\/7736566e3758f424a11fd53f581c4b5e\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/datmt.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/datmt.com\/#\/schema\/person\/7736566e3758f424a11fd53f581c4b5e\",\"name\":\"\u0110\u1ea1t Tr\u1ea7n\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/datmt.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/datmt.com\/wp-content\/uploads\/2023\/03\/cropped-profile.jpg\",\"contentUrl\":\"https:\/\/datmt.com\/wp-content\/uploads\/2023\/03\/cropped-profile.jpg\",\"width\":512,\"height\":512,\"caption\":\"\u0110\u1ea1t Tr\u1ea7n\"},\"logo\":{\"@id\":\"https:\/\/datmt.com\/#\/schema\/person\/image\/\"},\"description\":\"I build softwares that solve problems. I also love writing\/documenting things I learn\/want to learn.\",\"sameAs\":[\"https:\/\/datmt.com\"],\"url\":\"https:\/\/datmt.com\/author\/mtdat171_c\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[Fixed] Cannot Push To Github From The Command Line - datmt","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":"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/","og_locale":"en_US","og_type":"article","og_title":"[Fixed] Cannot Push To Github From The Command Line - datmt","og_description":"Overview Recently, I changed my laptop from Windows to a Mac. As many times setting up a new machine, I cloned my repos and installed the IDEs. A problem I encountered that I didn&#8217;t in my previous machine is that I cannot push to Github from the command line. And yes, I generated my ssh ... Read more","og_url":"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/","og_site_name":"datmt","article_published_time":"2022-11-11T04:30:49+00:00","article_modified_time":"2022-11-11T04:30:52+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/Cannot-Push-To-Github-From-Command-Line.jpg","type":"image\/jpeg"}],"author":"\u0110\u1ea1t Tr\u1ea7n","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u0110\u1ea1t Tr\u1ea7n","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/#article","isPartOf":{"@id":"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/"},"author":{"name":"\u0110\u1ea1t Tr\u1ea7n","@id":"https:\/\/datmt.com\/#\/schema\/person\/7736566e3758f424a11fd53f581c4b5e"},"headline":"[Fixed] Cannot Push To Github From The Command Line","datePublished":"2022-11-11T04:30:49+00:00","dateModified":"2022-11-11T04:30:52+00:00","mainEntityOfPage":{"@id":"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/"},"wordCount":348,"commentCount":0,"publisher":{"@id":"https:\/\/datmt.com\/#\/schema\/person\/7736566e3758f424a11fd53f581c4b5e"},"image":{"@id":"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/Cannot-Push-To-Github-From-Command-Line.jpg","keywords":["command line","git","github"],"articleSection":["git"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/","url":"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/","name":"[Fixed] Cannot Push To Github From The Command Line - datmt","isPartOf":{"@id":"https:\/\/datmt.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/#primaryimage"},"image":{"@id":"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/Cannot-Push-To-Github-From-Command-Line.jpg","datePublished":"2022-11-11T04:30:49+00:00","dateModified":"2022-11-11T04:30:52+00:00","breadcrumb":{"@id":"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/#primaryimage","url":"https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/Cannot-Push-To-Github-From-Command-Line.jpg","contentUrl":"https:\/\/datmt.com\/wp-content\/uploads\/2022\/11\/Cannot-Push-To-Github-From-Command-Line.jpg","width":1200,"height":628,"caption":"Cannot Push To Github From Command Line"},{"@type":"BreadcrumbList","@id":"https:\/\/datmt.com\/software-development\/git\/fixed-cannot-push-to-github-from-the-command-line\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/datmt.com\/"},{"@type":"ListItem","position":2,"name":"[Fixed] Cannot Push To Github From The Command Line"}]},{"@type":"WebSite","@id":"https:\/\/datmt.com\/#website","url":"https:\/\/datmt.com\/","name":"datmt","description":"Hands on projects","publisher":{"@id":"https:\/\/datmt.com\/#\/schema\/person\/7736566e3758f424a11fd53f581c4b5e"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/datmt.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/datmt.com\/#\/schema\/person\/7736566e3758f424a11fd53f581c4b5e","name":"\u0110\u1ea1t Tr\u1ea7n","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/datmt.com\/#\/schema\/person\/image\/","url":"https:\/\/datmt.com\/wp-content\/uploads\/2023\/03\/cropped-profile.jpg","contentUrl":"https:\/\/datmt.com\/wp-content\/uploads\/2023\/03\/cropped-profile.jpg","width":512,"height":512,"caption":"\u0110\u1ea1t Tr\u1ea7n"},"logo":{"@id":"https:\/\/datmt.com\/#\/schema\/person\/image\/"},"description":"I build softwares that solve problems. I also love writing\/documenting things I learn\/want to learn.","sameAs":["https:\/\/datmt.com"],"url":"https:\/\/datmt.com\/author\/mtdat171_c\/"}]}},"_links":{"self":[{"href":"https:\/\/datmt.com\/wp-json\/wp\/v2\/posts\/1352","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/datmt.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/datmt.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/datmt.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/datmt.com\/wp-json\/wp\/v2\/comments?post=1352"}],"version-history":[{"count":1,"href":"https:\/\/datmt.com\/wp-json\/wp\/v2\/posts\/1352\/revisions"}],"predecessor-version":[{"id":1358,"href":"https:\/\/datmt.com\/wp-json\/wp\/v2\/posts\/1352\/revisions\/1358"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/datmt.com\/wp-json\/wp\/v2\/media\/1357"}],"wp:attachment":[{"href":"https:\/\/datmt.com\/wp-json\/wp\/v2\/media?parent=1352"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/datmt.com\/wp-json\/wp\/v2\/categories?post=1352"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/datmt.com\/wp-json\/wp\/v2\/tags?post=1352"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}