The Following User Says Thank You to RussH For This Useful Post: | ||
|
2016-04-10
, 21:07
|
Posts: 496 |
Thanked: 651 times |
Joined on Jan 2010
@ London
|
#282
|
The Following 4 Users Say Thank You to strongm For This Useful Post: | ||
|
2016-06-08
, 21:45
|
Posts: 635 |
Thanked: 1,535 times |
Joined on Feb 2014
@ Germany
|
#283
|
The Following User Says Thank You to mautz For This Useful Post: | ||
|
2016-06-09
, 06:28
|
|
Posts: 654 |
Thanked: 2,368 times |
Joined on Jul 2014
@ UK
|
#284
|
The Following User Says Thank You to Feathers McGraw For This Useful Post: | ||
|
2016-10-02
, 08:26
|
Posts: 951 |
Thanked: 2,344 times |
Joined on Jan 2012
@ UK
|
#285
|
The Following 2 Users Say Thank You to mariusmssj For This Useful Post: | ||
|
2016-10-02
, 19:55
|
Posts: 951 |
Thanked: 2,344 times |
Joined on Jan 2012
@ UK
|
#286
|
The Following User Says Thank You to mariusmssj For This Useful Post: | ||
|
2016-10-03
, 13:34
|
Posts: 290 |
Thanked: 385 times |
Joined on Jan 2012
@ Madrid, Spain
|
#287
|
git clone https://git.tuxfamily.org/okboard/okb-keyboard.git
git clone https://git.tuxfamily.org/okboard/okb-engine.git
The Following User Says Thank You to pasko For This Useful Post: | ||
|
2016-10-03
, 14:32
|
Posts: 951 |
Thanked: 2,344 times |
Joined on Jan 2012
@ UK
|
#288
|
Hi.
I have taken a look at this and this is how it worked for me:
First I cloned the other reposirory:
Then, I cloned the one you're interested in:Code:git clone https://git.tuxfamily.org/okboard/okb-keyboard.git
Seems you have to do it following this sequence (although I'm not an expert...)Code:git clone https://git.tuxfamily.org/okboard/okb-engine.git
Also, notice the https in the URLs.
Hope this helped.
Regards.
|
2016-10-03
, 18:33
|
Posts: 951 |
Thanked: 2,344 times |
Joined on Jan 2012
@ UK
|
#289
|
marius@debian:~/Downloads$ git clone https://git.tuxfamily.org/okboard/okb-keyboard.git Cloning into 'okb-keyboard'...
The Following User Says Thank You to mariusmssj For This Useful Post: | ||
|
2016-10-03
, 20:35
|
Posts: 290 |
Thanked: 385 times |
Joined on Jan 2012
@ Madrid, Spain
|
#290
|
Nope on me debian machine didn't work.
It would make a folder and then just nothing, left it for 5 minutes and nothing happenedCode:marius@debian:~/Downloads$ git clone https://git.tuxfamily.org/okboard/okb-keyboard.git Cloning into 'okb-keyboard'...
The Following 2 Users Say Thank You to pasko For This Useful Post: | ||
Tags |
bettertxtentry, huntnpeck sucks, okboard, sailfish, swype |
|
thx, Russ.