Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
git-crypt在使用 git CLI 时效果很好。.gitattributes我已经为 git-crypt ( )进行了适当的设置。创建/编辑要加密的文件后,我执行:
.gitattributes
git add .
文件已经上演,现在我执行:
git commit -m "Commit encrypted file" git push
但是当我使用 GitKraken 并暂存文件时,它似乎并没有复制git add .CLI。
有人成功使用过 GitKraken 和 git-crypt 吗?
Gitkraken 还不支持 git-cyrpt(不使用 .gitattributes 文件) Gitkraken 有一个现有的功能请求来添加对 git-crypt 的支持,目前正在审查中。也许还写信给 gitkraken 以获得对功能请求的“+1”投票。