Re: adding personally Git-Repos is heavy

2017-06-01 Thread Christian Hammond
Hi Daniel, Where are the Git repositories hosted? Can you give me more info on what you're trying to do, like what you've tried, what problems you're seeing, what your configuration looks like on the repository page? Christian On Wed, May 31, 2017 at 5:09 AM, spacekangaroo

fatal: Not a git repository: 'None'

2017-06-01 Thread Andrew Wall
I've found a few related post but I haven't been able to make heads or tails of them, so I'm asking again for myself. People at work generally check out the repo with the following command; git clone ssh://g...@git.company.com/repo For some reason I was only able to add the repo to ReviewBoard

Re: fatal: Not a git repository: 'None'

2017-06-01 Thread Christian Hammond
Hi Andrew, Git doesn't have a remoting protocol that allows for the kind of fine-grained access needed by tools like Review Board, so you can't actually provide a URL to a repository and have it just work like you can with other repository types. Instead, you'll need to use something like GitWeb