[haiku] Can't git clone or pull for haikuports, haikuporter and haikuports.cross

  • From: "Thomas Mueller" <mueller6723@xxxxxxx>
  • To: haiku@xxxxxxxxxxxxx
  • Date: Mon, 01 Sep 2014 10:22:30 +0000

I am having network- or permissions-related problems downloading (git clone) on 
haikuports.cross or updating (git pull) haikuports and haikuporter.

I had succeeded previously git-cloning haikuports and haikuporter.  I also 
succeeded with git pull on haiku and buildtools.

I followed instructions from web page and show the results:

-bash-4.3$ git clone https://bitbucket.org/haikuports/haikuports.cross.git
Cloning into 'haikuports.cross'...
fatal: unable to access 
'https://bitbucket.org/haikuports/haikuports.cross.git/': SSL certificate 
problem: unable to get local issuer certificate
-bash-4.3$ pwd  
/home/nbarlene/haiku
-bash-4.3$ cd haikuporter
-bash-4.3$ 
-bash-4.3$ git pull 
fatal: unable to access 'https://bitbucket.org/haikuports/haikuporter.git/': 
SSL certificate problem: unable to get local issuer certificate
-bash-4.3$ cd ../haikuports
-bash-4.3$ git pull
fatal: unable to access 'https://bitbucket.org/haikuports/haikuports.git/': SSL 
certificate problem: unable to get local issuer certificate
-bash-4.3$ cd ..
-bash-4.3$ git clone git@xxxxxxxxxxxxx:haikuports/haikuports.cross.git
Cloning into 'haikuports.cross'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
-bash-4.3$ git clone git://bitbucket.org/haikuports/haikuports.cross.git
Cloning into 'haikuports.cross'...
fatal: unable to connect to bitbucket.org:
bitbucket.org[0: 131.103.20.168]: errno=Connection timed out
bitbucket.org[1: 131.103.20.167]: errno=Connection timed out


Are they tightening the screws, or is it a temporrary glitch? 

Tom


Other related posts:

  • » [haiku] Can't git clone or pull for haikuports, haikuporter and haikuports.cross - Thomas Mueller