1
0

More than 3 years have passed since last update.

git add . しようとしたら fatal: not a git repository (or any of the parent directories): .gitと怒られた!

Posted at
fatal: not a git repository (or any of the parent directories): .git
  • new リポジトリは作ってある

⭐️やったこと

  • User の登録
$ git config --global user.name "xxxx"
$ git config --global user.email "xxxxxx@gmail.com"
  • git の初期化
$ git init
Initialized empty Git repository in 作業しているディレクトリ/.git/
  • git branch で確認
 git branch
* master
  • 再度
git add .
  • 無事に動きました!
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0