We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git secret init
/usr/bin/git-secret: line 144: gawk: command not found '/tmp/secrettest/.gitsecret/' created. /usr/bin/git-secret: line 275: gawk: command not found
git secret initialized with no errors
Operating system: (uname -a) … 4.15.0-50-generic #54-Ubuntu SMP Mon May 6 18:46:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
uname -a
git-secret version: (git secret --version) … GNU bash, version 4.4.19(1)-release (x86_64-pc-linux-gnu)
git-secret
git secret --version
Shell type and version: ($SHELL --version) … GNU bash, version 4.4.19(1)-release (x86_64-pc-linux-gnu)
$SHELL --version
The text was updated successfully, but these errors were encountered:
I think the fix for this is to move gawk in /~https://github.com/sobolevn/git-secret/blob/79a1c45aeb3585a132c6fe3e9eb3974614ec4573/.ci/integration/vars/Debian.yml
gawk
to the build_tools section.
Can anyone confirm/deny? Edit: the fix involved the invocation of fpm in utils/build_utils.sh
fpm
utils/build_utils.sh
Sorry, something went wrong.
I have confirmed this issue using Ubuntu 18.04 and the deb package of 0.2.6 at https://dl.bintray.com/sobolevn/deb/
Believed fixed but not confirmed
No branches or pull requests
What are the steps to reproduce this issue?
git secret init
What happens?
What were you expecting to happen?
git secret initialized with no errors
What versions of software are you using?
Operating system: (
uname -a
) …4.15.0-50-generic #54-Ubuntu SMP Mon May 6 18:46:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
git-secret
version: (git secret --version
) …GNU bash, version 4.4.19(1)-release (x86_64-pc-linux-gnu)
Shell type and version: (
$SHELL --version
) …GNU bash, version 4.4.19(1)-release (x86_64-pc-linux-gnu)
The text was updated successfully, but these errors were encountered: