You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right, thanks for the answer. Would it be worth adding a prompt in gitui? Like "Careful it seems you are using git-crypt and the file will be pushed in clear! Yes or Now?".
git crypt relies on .gitattributes, which should probably be the base to check a git-crypt usage.
This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
Describe the bug
It seems that committing and pushing with gitui interferes with git-crypt.
Git staging, committing and pushing using only with git command line works.
Not sure what's happening, something to investigate?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Secrets should be encrypted, as they are while using the git command line, but they end up being pushed to the remote in clear.
Context (please complete the following information):
macOS 12.1 (21C52)
gitui 0.22.1
The text was updated successfully, but these errors were encountered: