GitHubownload link not working - Raspberry Pi Forums


i need download zip file github , "clone or download" link not work on pi 2 b , can't recall when started doing that. works fine on windows pc (but complex file folder transfer pc pi via email). how can use link on pi?
thanks.

install git on pi

$ apt-get install git

use git download repository. example:

$ git clone https://github.com/zicog/mqtt-free-pascal.git

have in directory named after repository name. under current directory.


raspberrypi



Comments