[petsc-users] Downloding petsc-dev with git does not work.

2013-04-23 Thread Bao Kai
Hi, I failed in downloading petsc-dev just now. The following is the message given. petsc-dev]$ git clone https://bitbucket.org/petsc/petsc.git Initialized empty Git repository in /home/baok/software/petsc-dev/petsc/.git/ fatal: https://bitbucket.org/petsc/petsc.git/info/refs download error - Th

[petsc-users] Downloding petsc-dev with git does not work.

2013-04-23 Thread Jed Brown
Bao Kai writes: > Hi, > > I failed in downloading petsc-dev just now. The following is the > message given. > > petsc-dev]$ git clone https://bitbucket.org/petsc/petsc.git > Initialized empty Git repository in /home/baok/software/petsc-dev/petsc/.git/ > fatal: https://bitbucket.org/petsc/petsc.g

[petsc-users] Downloding petsc-dev with git does not work.

2013-04-23 Thread Garnet Vaz
This is from a previous mail from Satish which works for me: [to download] hg clone https://bitbucket.org/petsc/petsc-hg [to get updates] cd petsc-hg && hg pull -u And ignore BuildSystem [its no longer a separate repo for petsc purpose] Hope this helps. On Tue, Apr 23, 2013 at 2:20 AM, Bao Ka