Ask Your Question
0

Git-Trac command setup

asked 2014-07-27 00:07:36 +0200

dkrumm gravatar image

I'm trying to install the Git-Trac command by following the instructions given here. When I run the command

git clone https://github.com/sagemath/git-trac-command.git

I get the following error message: "fatal: unable to access 'https://github.com/sagemath/git-trac-command.git/': SSL certificate problem: Invalid certificate chain"

Any suggestions on how to deal with this?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-07-27 23:29:11 +0200

tmonteil gravatar image

You can have a look at http://superuser.com/questions/721778...

Otherwise, you can download a ziped archive without ssl at http://github.com/sagemath/git-trac-c...

edit flag offensive delete link more

Comments

Another workaround would be to not use ssl, but the unencripted git protocol: "git clone git://github.com/sagemath/git-trac-command.git"

Volker Braun gravatar imageVolker Braun ( 2014-07-29 04:49:53 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2014-07-27 00:07:36 +0200

Seen: 309 times

Last updated: Jul 27 '14