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
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
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