ホームディレクトリやDesktopにブランチが存在します。(プロジェクトではありません)
gitを触っていてうまくいかずリモートとローカルの紐付けをしていたときに間違ってやったみたいです。
リモートブランチがパソコンに紐付いた?(あるプロジェエクトのブランチが表示されている)みたいです。
現在は一部ブランチを削除しましたが全ては消せていません。
■打ったコマンド
git remote add origin"パス"
と入力すると
fatal: remote origin already exists.
と、エラーが出たので
git remote rm origin "パス"
で、削除してから再度addしていたらこのようになりました。
※このコマンド直後に発生したかはうる覚えです、
■現在
git remote -vで表示される内容です。
origin git@パスgit (fetch)
origin git@gパスgit (push)
git statusで表示される内容です。※赤文字なので消えている判定です
warning: could not open directory '.Trash/': Operation not permitted
HEAD detached at f95b537
Untracked files:
(use "git add <file>..." to include in what will be committed)
.CFUserTextEncoding
.DS_Store
.adobe/
.atom/
.bash_history
.bash_profile
.bash_profile.swo
.bash_sessions/
.config/
.gitconfig
.htaccess
.mysql_history
.nodebrew/
.npm/
.rnd
.ssh/
.viminfo
.vscode/
.zsh_history
.zsh_sessions/
Applications/
Creative Cloud Files/
Desktop/
【追記】
同じ現象だと思います。
https://teratail.com/questions/307023
【追記】
■リモート
プロジェクトを消しています。
git remote -vで表示されません。
■ローカル
ホームやデスクトップでブランチが存在します。
■現状
ローカルに存在しているブランチ削除することがでいないです。
回答1件
あなたの回答
tips
プレビュー