# 聯合部課安裝說明 -------lecture slide--------- [git tutorial slide](https://drive.google.com/file/d/1Lvi6CWuBkKKFTAQp3zmF1fb9tpeSUCid/view?usp=sharing) -------lecture slide--------- [linux tutorial slide](https://drive.google.com/file/d/1w55O7tW325urDpTMrpWazeI112a8wgU7/view?usp=sharing) ## Git 註冊一個GitHub帳號 https://github.com/git-guides/install-git ### Windows 1. 下載[安裝器](https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/Git-2.42.0.2-32-bit.exe) 2. 下一步點到底 3. 測試: 打開Git Bash輸入`git version` ![](https://gitforwindows.org/img/gw1.png) ### Mac 1. 安裝[HomeBrew](https://brew.sh/): 在Terminal輸入 ```shell= /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ``` 3. 在Terminal輸入`brew install git` 4. 測試: 在Terminal輸入`git version` ![](https://i.imgur.com/QiW0wFz.png) ### Linux 1. Debian-Based(e.g.Ubuntu): ```shell= sudo apt install git-all ``` 2. Fedora (or CentOS): ```shell= sudo dnf install git-all ``` ## Visual Studio Code Installers: https://code.visualstudio.com/download ![](https://i.imgur.com/GKM8V1s.png) ## WSL (For Windows Only) 1. 以系統管理員身份打開PowerShell輸入 ```powershell wsl --install ``` 2. 重新開機 3. 以系統管理員身份打開PowerShell輸入 ```powershell wsl --install -d Ubuntu ``` 4. 設定使用者帳號密碼 5. 測試: 在「開始」開啟ubuntu或wsl