vastgroup / vast-tools

A toolset for profiling alternative splicing events in RNA-Seq data.
MIT License
77 stars 28 forks source link

SSL certificate problems #11

Closed funnell closed 10 years ago

funnell commented 10 years ago

Hello,

I was getting this error:

error: SSL certificate problem: unable to get local issuer certificate while accessing https://github.com/vastgroup/vast-tools.git/info/refs?service=git-upload-pack fatal: HTTP request failed

Which I fixed by changing the remote "origin" url to git@github.com:vastgroup/vast-tools.git This would probably just need a documentation change.

timbitz commented 10 years ago

I swapped origin in the ls-remote command to git@github.com:vastgroup/vast-tools.git, does that fix it?

funnell commented 10 years ago

That fixes the error I was seeing in vast-tools, but I still need to use the different url to pull changes.