Github fetch error

575 views
Skip to first unread message

sanjm

unread,
Jul 18, 2012, 6:29:52 AM7/18/12
to diaspo...@googlegroups.com
I'm trying to run the command: DB="mysql" bundle install --without development test heroku

but everytime I try and run it I get this error: 

Fetching gem metadata from http://rubygems.org/......
Fetching gem metadata from http://rubygems.org/..
error: Problem with the SSL CA cert (path? access rights?) while accessing https://github.com/mbleigh/acts-as-taggable-on.git/info/refs
fatal: HTTP request failed
Git error: command `git clone 'https://github.com/mbleigh/acts-as-taggable-on.git' "/var/lib/gems/1.8/cache/bundler/git/acts-as-taggable-on-aa1beca65eaec762ce5bcb0f10567663e0d736f6" --bare --no-hardlinks` in directory /home/diaspora/diaspora has failed.

I've never encountered it before so am perplexed...is it my SSL CA cert or Github's?

I've checked my SSL Cert and it checks out aok. Any ideas or help really appreciated.



sanjm

unread,
Jul 18, 2012, 6:32:13 AM7/18/12
to diaspo...@googlegroups.com
Should also say system is Ubuntu Server 12.04 - clean install and StartSSL Cert.

Tom Scott

unread,
Jul 18, 2012, 7:32:47 AM7/18/12
to diaspo...@googlegroups.com
Change the https:// to git:// and it should work.

-T
--
You received this message because you are subscribed to the Google Groups "diaspora-dev" group.
To view this discussion on the web visit https://groups.google.com/d/msg/diaspora-dev/-/X3NO3CbqO6EJ.
To post to this group, send email to diaspo...@googlegroups.com.
To unsubscribe from this group, send email to diaspora-dev...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/diaspora-dev?hl=en.

sanjm

unread,
Jul 18, 2012, 7:35:27 AM7/18/12
to diaspo...@googlegroups.com
Not sure where to change https:// to git:// - I'm just running this command and everything else is pulled in automatically:
DB="mysql" bundle install --without development test heroku 

To unsubscribe from this group, send email to diaspora-dev+unsubscribe@googlegroups.com.

sanjm

unread,
Jul 18, 2012, 7:37:48 AM7/18/12
to diaspo...@googlegroups.com
I should mention that I've setup NGinx and Apache as a Reverse Proxy...I read somewhere that it might be to do with adding the proxy config into the github config but I can't find where to add it or how?


On Wednesday, 18 July 2012 12:32:47 UTC+1, Tom Scott wrote:
To unsubscribe from this group, send email to diaspora-dev+unsubscribe@googlegroups.com.

sanjM

unread,
Jul 18, 2012, 9:17:22 AM7/18/12
to diaspo...@googlegroups.com
Managed to find a solution so if any of you out there need it:

Just run
git config --global http.sslVerify false
Reply all
Reply to author
Forward
0 new messages