Can't pull command-t repository anymore…
- 
              
                anonymous
                
                  
                
              
              
…because I get
`fatal: The remote end hung up unexpectedly`
Is there anything I can do?
My .git/config is
$ cat .git/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase = true [remote "origin"] fetch = +refs/heads/*:refs/remotes/origin/* url = git://git.wincent.dev/command-t.git [branch "master"] remote = origin merge = refs/heads/master
 - 
              
                Greg Hurrell
                
              
              
Not sure what was wrong, I restarted
xinetdand all is well again. Thanks for bringing that to my attention.If it ever goes down again, there are also mirrors of the official repo here:
- git://github.com/wincent/Command-T.git
 - git://gitorious.org/command-t/command-t.git
 
 - 
              
                gio
                
              
              
Hi,
thanks, that fixed it! I'll write the mirrors down in my .git/config
Giovanni
 
Reply
This topic is now closed.