2019年8月27日 星期二

GitHub 上傳物件步驟

STEP.1 開啟 Git Bash
STEP.2 cd 至 你的目錄

STEP.3 echo "# Homeet" >> README.md -- 新增一個README.md 檔案

STEP.4 git init -- 初始化 git


STEP.5 git add . -- 新增所有檔案

STEP.6 git commit -m "提交記錄文字" -- 提交檔案

STEP.7 git push -u origin master -- 推取(上傳)至master 分支

STEP.8 完成

Android Studio IDE 錯誤

 :app:compile xxxxx JavaWithJavac FAILED An exception has occurred in the compiler (1.8.0_312). Please file a bug against the Java compiler ...