git-remind icon indicating copy to clipboard operation
git-remind copied to clipboard

Broken on Linux

Open IgorKrupenja opened this issue 5 years ago • 3 comments

Seems to be broken on Linux.

Relevant part of .gitconfig:

[remind]
	paths = /Users/igor/Projects/*,/Users/igor/Projects/OS/*

Paths seem to be OK:

$ git-remind paths
/Users/igor/Projects/*
/Users/igor/Projects/OS/*

However, repos are not detected:

$ git-remind repos


Works fine on macOS with exactly the same .gitconfig and exactly the same folder/repo structure.

IgorKrupenja avatar Jan 28 '19 21:01 IgorKrupenja

Well it seems broken on MacOS too. No repos detected, should have plenty.

ahoebeke avatar Jan 05 '20 15:01 ahoebeke

Works fine for me on current Ubuntu LTS (20.04.3) with version 1.1.1

carlduevel avatar Oct 14 '21 12:10 carlduevel

installed it in WSL using linuxbrew. /home/linuxbrew/.linuxbrew/bin/git-remind: Permission denied in sudo, command not found

StevenCarre avatar Jun 24 '22 13:06 StevenCarre