LoginSignup
0
0

ghq listでリポジトリが表示されなくなった。[Ubuntu 22.04]

Posted at

ghq listでリポジトリが表示されなくなった。

$ ghq list
github.com

おかしい!!以前だったらgithub.com以降のパスが表示されるのですが、、、

調べてみた。

と思って調べてみたら、すでに見つけている方がいらっしゃった。(ありがとうございます!
https://hiroga.hatenablog.com/entry/2020/03/17/073318

私のgithub.comのディレクトリでも本当に.gitディレクトリが存在しておりました、、、

~/ghq/github.com$ ls -a | grep .git
.git

修正!

~/ghq/github.com$ rm -rf .git
~/ghq/github.com$ ghq list
github.com/minobun/FavIPon
github.com/minobun/mgs-practice
(略)

おお、ちゃんとリポジトリ出てきてくれました!
これにて解決でございます。

なんで.gitファルダあったんだろ、、、と謎に思いつつ今回は無事解決です。

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