解決 fatal: not a git repository (or any of the parent directories) 問題

初學者學習 Git 時,常常一不小心就出現的問題。

前言

第一次拆解出現的 fatal or warn,從錯誤訊息就能略知一二!

拆解

  1. not a git repository 找不到這個 Git repository
  2. fatal 這是一個錯誤

尋找

直接把錯誤訊息餵 Google 大神

答案

少了 git init ,我就使用了 git remote origin 因此將 git 起手式準備好即可。