{"id":13836267,"url":"https://github.com/dctacademy/install-git","last_synced_at":"2025-07-10T13:32:20.698Z","repository":{"id":123746485,"uuid":"153045777","full_name":"dctacademy/install-git","owner":"dctacademy","description":"Instructions on How To Install Git and Setup GitHub","archived":false,"fork":false,"pushed_at":"2021-03-13T11:33:01.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-20T22:52:17.879Z","etag":null,"topics":["git","github","linux","macos","windows"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dctacademy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-10-15T03:04:52.000Z","updated_at":"2023-04-10T10:27:08.000Z","dependencies_parsed_at":"2024-01-15T19:44:20.241Z","dependency_job_id":"e315a517-ba08-4f57-85b3-d18c1a871ba9","html_url":"https://github.com/dctacademy/install-git","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dctacademy/install-git","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dctacademy%2Finstall-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dctacademy%2Finstall-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dctacademy%2Finstall-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dctacademy%2Finstall-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dctacademy","download_url":"https://codeload.github.com/dctacademy/install-git/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dctacademy%2Finstall-git/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264585372,"owners_count":23632646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","github","linux","macos","windows"],"created_at":"2024-08-04T15:00:40.222Z","updated_at":"2025-07-10T13:32:20.403Z","avatar_url":"https://github.com/dctacademy.png","language":null,"readme":"# Instructions on How to Install Git\n\n## Linux/Ubuntu\n\n* Open ```Terminal```\n* Run the command ```sudo apt-get update```\n* Run the command ```sudo apt-get install git``` or ```sudo apt-get install git-core```\n* Run ```git --version``` to check the version of git installed and verify installation\n\n## Windows\n\n* Right-Click on ```My Computer/This PC``` and Click on ```Properties```\n* Check the architecture of your operating system (32 bit or 64 bit)\n* Visit [Git SCM Windows](https://git-scm.com/download/win) and download ```Git for Windows Setup``` file (your download might automatically start) for your version of opearting system\n* Double-Click the Setup file (.exe) and proceed with the installation\n* Use all default settings/options while proceeding and **do not** change any settings \n* **Do not** install any existing software if prompted (Eg: Visual Studio Code)\n* Open ```Command Prompt```\n* Run ```git --version``` to check the version of git installed and verify installation\n\n## Mac OS\n\n* Visit [Git SCM Mac](https://git-scm.com/download/mac) and download ```Git for Mac Setup``` file (your download might automatically start). You should receive a file with ```.dmg``` or ```.pkg``` extension\n* Double-Click the Installer file (.dmg) and proceed with the installation\n* Use all default settings/options while proceeding and **do not** change any settings\n* **Do not** install any existing software if prompted (Eg: Visual Studio Code)\n* Open ```Terminal```\n* Run ```git --version``` to check the version of git installed and verify installation\n\n\n## GitHub CLI Installation\n\n### macOS\n\n`gh` is available via Homebrew and MacPorts.\n\n#### Homebrew\n\nInstall: `brew install github/gh/gh`\n\nUpgrade: `brew upgrade gh`\n\n#### MacPorts\n\nInstall: `sudo port install gh`\n\nUpgrade: `sudo port selfupdate \u0026\u0026 sudo port upgrade gh`\n\n### Windows\n\n`gh` is available via [scoop][], [Chocolatey][], and as downloadable MSI.\n\n#### scoop\n\nInstall:\n\n```\nscoop bucket add github-gh https://github.com/cli/scoop-gh.git\nscoop install gh\n```\n\nUpgrade: `scoop update gh`\n\n#### Chocolatey\n\nInstall:\n\n```\nchoco install gh\n```\n\nUpgrade:\n\n```\nchoco upgrade gh\n```\n\n### Debian/Ubuntu Linux\n\nInstall and upgrade:\n\n1. Download the `.deb` file from the [releases page][]\n2. `sudo apt install ./gh_*_linux_amd64.deb` install the downloaded file\n\n### Fedora Linux\n\nInstall and upgrade:\n\n1. Download the `.rpm` file from the [releases page][]\n2. `sudo dnf install gh_*_linux_amd64.rpm` install the downloaded file\n\n### Centos Linux\n\nInstall and upgrade:\n\n1. Download the `.rpm` file from the [releases page][]\n2. `sudo yum localinstall gh_*_linux_amd64.rpm` install the downloaded file\n\n### openSUSE/SUSE Linux\n\nInstall and upgrade:\n\n1. Download the `.rpm` file from the [releases page][]\n2. `sudo zypper in gh_*_linux_amd64.rpm` install the downloaded file\n\n### Arch Linux\n\nArch Linux users can install from the AUR: https://aur.archlinux.org/packages/github-cli/\n\n```bash\n$ yay -S github-cli\n```\n\n# Instructions for GitHub\n\n* Visit [GitHub](https://github.com)\n* Click on ```Sign Up``` and fill in relevant details\n* **Note: Pick a username that represents you or that sounds professional. Remember that this is permanent and it is not recommended to change this**\n* Be sure to remember your email that you have used, your username and password\n\n# Youtube Links \n* [Session 1](https://www.youtube.com/watch?v=8yd8s7f0iRg)\n* [session 2](https://www.youtube.com/watch?v=hCESPCxnIGY)\n\n","funding_links":[],"categories":["Documentation"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdctacademy%2Finstall-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdctacademy%2Finstall-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdctacademy%2Finstall-git/lists"}