Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 662 Bytes

Readme.md

File metadata and controls

30 lines (22 loc) · 662 Bytes

Github 簡易設定 Script for CMD (Windows)

1. 設定 User Details

全域版本: github_set_global_user_detail.bat

單一 repo 版: github_set_user_detail.bat

set user_name=[自己的名稱]
set user_email=[自己的專案 EMAIL]

2. 複製 SSH Key 並測試

檔案: github_ssh_copy_key

set ssh_file_name=[檔案名稱]
set mySSH_path=[檔案路徑]
%userprofile% = 個人資料夾路徑 = C:\Users\user\
%userprofile%\OneDrive\桌\ = 放在 C:\Users\user\OneDrive\桌面\

mySSH_path 改成 Key 的檔案存放位置(不含檔案名)


for [AI人工智慧與大數據分析班] 課程使用