On Mon, Feb 20, 2017 at 08:59:23PM +0000, ng0 wrote: > export > GIT_EXEC_PATH="/home/ng0/.guix-profile/libexec/git-core${GIT_EXEC_PATH:+:}$GIT_EXEC_PATH"
GIT_EXEC_PATH is not really a search path. Instead, it must point to a single path. This works for me: /home/leo/.guix-profile/libexec/git-core > If there's no solution or explanation, my advice is to revert this. Perhaps, or we should make the recommendation show the correct path. Or patch this path internally while building Git, if possible.