Package Details: miller-git 5.10.2-1

Git Clone URL: https://aur.archlinux.org/miller-git.git (read-only, click to copy)
Package Base: miller-git
Description: sed, awk, cut, join, and sort for name-indexed data such as CSV and tabular JSON.
Upstream URL: https://github.com/johnkerl/miller
Keywords: text-processing
Licenses: MIT
Conflicts: miller
Provides: miller
Submitter: jsoy9pQbYVNu5nfU
Maintainer: severach
Last Packager: severach
Votes: 6
Popularity: 0.000000
First Submitted: 2015-08-16 14:51 (UTC)
Last Updated: 2021-03-27 18:02 (UTC)

Dependencies (9)

Required by (0)

Sources (1)

Latest Comments

dmitter commented on 2023-03-27 07:12 (UTC)

I ran into the following issue when installing miller-git (in my case via yay -S miller):

==> Making package: miller-git 5.10.2-1 (Mon 27 Mar 2023 08:29:10 AM CEST)
==> Retrieving sources...
  -> Cloning miller git repo...
Cloning into bare repository '/home/daniel/.cache/yay/miller-git/miller'...
fatal: unable to connect to github.com:
github.com[0: 140.82.121.3]: errno=Connection timed out

==> ERROR: Failure while downloading miller git repo
    Aborting...
 -> error downloading sources: miller-git 
     context: exit status 1 

It turns out that the repo has been cloned with:

/usr/bin/git clone --mirror git://github.com/johnkerl/miller /home/daniel/.cache/yay/miller-git/miller

But using git:// is not supported by Github for more than a year now. Instead, I believe this line, which hardcodes the protocol to git:// should be removed. A workaround is to add the following line in ~/.gitconfig:

[url "https://github.com/"]
    insteadOf = git://github.com/

jsoy9pQbYVNu5nfU commented on 2018-12-09 15:08 (UTC)

Pretty much superseeded my the 'miller' package.