{"id":590,"date":"2023-08-08T07:40:02","date_gmt":"2023-08-08T07:40:02","guid":{"rendered":"http:\/\/192.168.0.142\/?p=590"},"modified":"2023-08-08T10:28:17","modified_gmt":"2023-08-08T10:28:17","slug":"github-cli-installation-on-ubuntu-22-04","status":"publish","type":"post","link":"http:\/\/192.168.0.142\/github-cli-installation-on-ubuntu-22-04\/","title":{"rendered":"Github CLI Installation on Ubuntu 22.04"},"content":{"rendered":"\n

Update package index files<\/strong><\/p>\n\n\n\n

sudo apt update<\/code><\/pre>\n\n\n\n

Install Github CLI <\/strong><\/p>\n\n\n\n

type -p curl >\/dev\/null || (sudo apt update && sudo apt install curl -y)\ncurl -fsSL https:\/\/cli.github.com\/packages\/githubcli-archive-keyring.gpg | sudo dd of=\/usr\/share\/keyrings\/githubcli-archive-keyring.gpg \\\n&& sudo chmod go+r \/usr\/share\/keyrings\/githubcli-archive-keyring.gpg \\\n&& echo \"deb [arch=$(dpkg --print-architecture) signed-by=\/usr\/share\/keyrings\/githubcli-archive-keyring.gpg] https:\/\/cli.github.com\/packages stable main\" | sudo tee \/etc\/apt\/sources.list.d\/github-cli.list > \/dev\/null \\\n&& sudo apt update \\\n&& sudo apt install gh -y<\/code><\/pre>\n\n\n\n

Login to Github<\/strong><\/p>\n\n\n\n

gh auth login<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"

Update package index files Install Github CLI Login to Github<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[24],"tags":[63],"_links":{"self":[{"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/posts\/590"}],"collection":[{"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/comments?post=590"}],"version-history":[{"count":5,"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/posts\/590\/revisions"}],"predecessor-version":[{"id":640,"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/posts\/590\/revisions\/640"}],"wp:attachment":[{"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/media?parent=590"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/categories?post=590"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/192.168.0.142\/wp-json\/wp\/v2\/tags?post=590"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}