First time here? Check out the FAQ!

Ask Your Question
0

Git-Trac command setup

asked 10 years ago

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?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 10 years ago

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...

Preview: (hide)
link

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 ( 10 years ago )

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: 10 years ago

Seen: 394 times

Last updated: Jul 27 '14