On 08/06/16 17:19, Steffan Karger wrote:
On Wed, Jun 8, 2016 at 6:13 PM, debbie10t <debbie...@gmail.com> wrote:
First downloaded the wrong repo .. Not sure what I did wrong .. nvm
Second: This is where my git foo falls down .. tried:
$ git clone https://github.com/syzzer/openvpn/tree/nego-squashed
Cloning into 'nego-squashed'...
fatal: repository
'https://github.com/syzzer/openvpn/tree/nego-squashed/' not found
Finally i downloaded
https://github.com/syzzer/openvpn/archive/nego-squashed.zip
built ok .. (no snappy)
Sorry to waste your time and thanks for you help
For future reference, you should have done:
git clone https://github.com/syzzer/openvpn --branch nego-squashed
-Steffan
thank you :-) ( RTGM )