1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Gitの変更が大量に出た時の対処法(vscode)

Posted at

対処法
ユーザーディレクトリ配下に.gitのディレクトリが誤って生成されてしまっていたことが原因でした…

本来.gitディレクトリは各プロジェクトのディレクトリ配下に作成されているのですが、
誤ってユーザーディレクトリ配下に作成されてしまった結果、大量の差分ファイルが出てしまっていました。

Finder → ユーザーディレクトリ を確認し、.gitのディレクトリを削除すれば解決します!
(隠しフォルダは shift + command +. で表示できます)

1
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?