gitosis + git error: fatal: '/home/git/repositories/idea-generator.git' does not appear to be a git repository

前端 未结 2 1191
感动是毒
感动是毒 2021-01-06 13:40

I have tried to follow the instructions on how to use gitosis to manage my git projects. Other than one slight issue, I have installed

2条回答
  •  走了就别回头了
    2021-01-06 14:28

    I just ran the tutorial successfully. My server is 'valkyrie' running ubuntu 10.4 and my client, 'wraith' is OS X 10.6.1. Make sure you use your client rsa/dsa key and not your server's. Here's my example:

    echo "ssh-rsa AAAAB3NzaC1yc2EAAAABIw...== mwilliamson@wraith" | sudo -H -u git gitosis-init
    

提交回复
热议问题