[git-users] Re: Cannot access branches on my bare.git repo

2015-03-30 Thread Frank Gutierrez
*UPDATE* *refs/heads files do _not_ point to objects* path: objects/78/803b535 path: objects/4c/c30382a path: objects/b9/9cd833e path: objects/4a/a4629d6 path: objects/58/8734ab5 path: objects/57/7ffcd9c ... ... I checked the paths and they are not in the objects subdirectory I'm thinking a

Re: [git-users] Re: Cannot access branches on my bare.git repo

2015-03-30 Thread Frank Gutierrez
*My backup.git repo looks bad.* git br git br -a both show nothing. -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [git-users] Re: Cannot access branches on my bare.git repo

2015-03-30 Thread Frank Gutierrez
Thank god I found a backup few days old that is working. -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more

Re: [git-users] Re: Cannot access branches on my bare.git repo

2015-03-30 Thread Frank Gutierrez
*Git commands run from new repo with remote added* $ GIT_TRACE=1 git ls-remote macbook 11:12:50.709200 git.c:349 trace: built-in: git 'ls-remote' 'macbook' 11:12:50.710029 run-command.c:341 trace: run_command: 'git-upload-pack '\''/Users/frankg/dev/macbook.git'\'''

[git-users] Cannot access branches on my bare.git repo

2015-03-30 Thread Frank Gutierrez
*The Problem* I'm using a bare repo to store multiple projects. Recently I cannot list the branches on my remote bare.git repo. *When things where working I could see my projects like so:* mkdir new-repo cd new-repo git init git remote add origin ~/path/to/bare.git git ls-remote origin