This came up and I haven't seen it before, google is not helpful in resolving it.
git pull http://bitbucket.org/vlc1/petsc vlc1/dmcomposite fatal: unable to access 'https://bitbucket.org/vlc1/petsc/': SSL certificate problem: unable to get local issuer certificate Meanwhile things like $ git checkout master Switched to branch 'master' Your branch is behind 'origin/master' by 4 commits, and can be fast-forwarded. (use "git pull" to update your local branch) ~/Src/petsc/src/ts/examples/tutorials (master<) arch-basic $ git pull Updating acfa351..b3a4586 Fast-forward bin/maint/buildtest | 7 +------ bin/maint/runhtml.py | 1 + config/PETSc/Configure.py | 4 +++- src/ksp/ksp/examples/tutorials/makefile | 8 ++++---- src/mat/examples/tests/makefile | 30 +++++++++++++++--------------- 5 files changed, 24 insertions(+), 26 deletions(-) ~/Src/petsc/src/ts/examples/tutorials (master=) arch-basic seem to work fine. I can also go to http://bitbucket.org/vlc1/petsc via the browser and it displays the repository fine. So what is the issue? Thanks Barry
