Hi. I have a local repository on my computer and a transfer repository on my server. When I ssh into the server, I see the git repo, but none of the files. Is there a way to browse my files in the transfer repository?
Hi. I have a local repository on my computer and a transfer repository on my server. When I ssh into the server, I see the git repo, but none of the files. Is there a way to browse my files in the transfer repository?
git annex sync
on the server too.I tried running that, and got the following output:
% git annex sync commit fatal: this operation must be run in a work tree ok
I can see through the web interface that the clients have uploaded the files to the server. I just can't browse them.
Then you have a bare git repo. You can convert it to a normal one like this: