OnionIoT / Onion-Docs

Documentation for all things Onion
https://docs.onion.io
GNU General Public License v3.0
113 stars 65 forks source link

Installing and Using Git: package installation missing #19

Closed jonathan-reisdorf closed 7 years ago

jonathan-reisdorf commented 7 years ago

For the git-http package to correctly work, the ca-bundle package is required as well. This is not documented unfortunately. The command in the docs should instead be: opkg install git git-http ca-bundle

greenbreakfast commented 7 years ago

Fixed! We only tested with public repos, looks like ca-bundle is required with private repos. Thanks for the heads up!

jonathan-reisdorf commented 7 years ago

Hi, when going to https://wiki.onion.io/Tutorials/Using-Git I still can't see that ca-bundle is mentioned.

greenbreakfast commented 7 years ago

The new documentation site is https://docs.onion.io

Go to https://docs.onion.io/omega2-docs/installing-and-using-git.html and you'll see ca-bundle in step 3