0
0

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 3 years have passed since last update.

VScodeでgitが使えなくてハマった(有効なソース管理プロパイダーがありません)

Posted at

#困った点
Visual Studio Code(以下、VScode)でgitを使おうとした際、「有効なソース管理プロパイダーがありません」と表示され、視覚的に操作を行うことができない状態になった。
##状況
os: mac
git: version 2.23.0
Githubにリポジトリを作成し、ローカルファイルと連携完了した状態。
ある程度ファイル作成は行っている。
ターミナルからファイルのプッシュなどを行うことはできる。

#今回有効だった解決法
VScode画面左部分から、拡張機能ビューを開きボックス内に「@builtin git」と入力。
Gitが無効となっていたため有効に変更した。

#今回有効ではなかったが、その他試したこと
・ターミナルで「git --version」を入力し、そもそもgitが入っているか確認
・VScodeの再起動
・PCの再起動

#参考
https://tatsu-piropiro.tumblr.com/post/181830577888/visual-studio-code%E3%81%A8git%E3%81%AE%E9%80%A3%E6%90%BA%E6%99%82%E3%81%AE%E5%BC%95%E3%81%A3%E3%81%8B%E3%81%8B%E3%81%A3%E3%81%9F%E3%81%A8%E3%81%93%E3%82%8D

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?