Hi On Tue, Jun 24, 2014 at 3:09 PM, Evgenii <[email protected]> wrote: > Hello. > I want to experiment with tup, but cannot get it in any of the ways > specified on the web site. I have no admin access, so sudo business won't > apply. > I have CentOS 64-bit system. Is there a way to download it pre-built? > > From the info so far, the only option likely to succeed is using git. I've > never used it, but apparently it is available on my system. But this is what > I see: > >>git clone git://github.com/gittup/tup.git > Cloning into 'tup'... > fatal: unable to connect to github.com: > github.com[0: 192.30.252.130]: errno=Connection refused > > What do I miss?
Your firewall does not allow you to use git protocol. You can download the latest version using HTTP transport git clone http://github.com/gittup/tup > Do I need some git account? I can ping that IP fine. I am > within a corporate network that is firewalled, etc. > > I also need an ability to run tup the same way on both, Linux and Windows. > The project source tree would be the same on both, except for the root > location. The source files come out of Perforce. > > Finally, how do I know that I have fuse or whatever is needed for change > detection on Linux? > > Thanks, > Evgenii > > -- > -- > tup-users mailing list > email: [email protected] > unsubscribe: [email protected] > options: http://groups.google.com/group/tup-users?hl=en > --- > You received this message because you are subscribed to the Google Groups > "tup-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
