GothenburgBitFactory / taskshell

Tasksh is a shell for Taskwarrior
Other
68 stars 18 forks source link

[TS-37] Can't clone tasksh #36

Closed taskwarrior closed 6 years ago

taskwarrior commented 6 years ago

MartyLake on 2017-05-03T18:19:14Z says:

I tried to follow the clone instructions here https://tasktools.org/projects/tasksh.html

And I get the attached Result.

Best,

taskwarrior commented 6 years ago

Migrated metadata:

Created: 2017-05-03T18:19:14Z
Modified: 2017-05-09T17:12:11Z
taskwarrior commented 6 years ago

Paul Beckingham on 2017-05-04T04:30:01Z says:

Hi Marty,

This is because we moved our repositories to a new server, and the URLs are different. We fixed this, but only in the development branches, and when we release the current development branch, it will get merged to master, and this will be solved. You have two options:

1) Clone the dev branch:

`git clone --recursive -b 1.2.0 https://git.tasktools.org/EX/tasksh.git`

2) Download the source tarball for the stable release:

`curl -O https://taskwarrior.org/download/tasksh-1.1.0.tar.gz`
taskwarrior commented 6 years ago

MartyLake on 2017-05-09T16:53:01Z says:

Hi Paul ! I did clone the dev branch 1.2.0, and succesfully built tasksh with readline support.

Thanks for the complete support, and hope the dev branch gets merged soon so the website gets accurate again :)

taskwarrior commented 6 years ago

Paul Beckingham on 2017-05-09T17:12:11Z says:

You're right, 1.2.0 has several good fixes in it. Let's release it.

MartyLake commented 5 years ago

Hello,

I have the same problem again:

git clone --recursive -b 1.3.0 https://git.tasktools.org/EX/tasksh.git

is timing out, and

git clone --recursive -b 1.3.0 https://github.com/GothenburgBitFactory/taskshell

clones ok, and generates ok, but the projects fails to build saying "invalid numeric argument /Wextra"