Git Clone 下載遠端資料

本地端複製數據庫

以下指令為 複製 “專案資料” 為 “新增專案資料”

git clone 專案資料夾名稱  新增加資料夾名稱

本地端clone 為複製現有專案

複製遠端數據庫

打開 github 找到 clone 按鈕,有兩種clone 網址 ,一種走ssh,一種走 https 複製HTTPS 網址

git clone https://github.com/sexfat/dd103.git  新建資料夾名稱

SSH 為本機要跟github 做SSH 認證,才能使用SSH

Last updated

Was this helpful?