问题描述
git-crypt 在使用git CLI时效果很好.我已经为git-crypt( .gitattributes
)进行了适当的设置.创建/编辑要加密的文件后,我将执行以下操作:
git-crypt works wonderfully when using git CLI. I have set everything up appropriately for git-crypt (.gitattributes
). After creating/editing a file I want encrypted I perform:
git add .
文件已暂存,现在我可以执行:
The files have been staged and now I perform:
git commit -m "Commit encrypted file"
git push
但是当我使用GitKraken暂存文件时,它似乎并没有复制 git add.
CLI.
But when I use GitKraken and stage a file it does not seem to duplicate the git add .
CLI.
有人成功使用过GitKraken和git-crypt吗?
Has anyone successfully used GitKraken and git-crypt?
推荐答案
Gitkraken还不支持git-cyrpt(不使用.gitattributes文件)Gitkraken有一个现有功能请求,以增加对正在审查的git-crypt的支持.也许还写信给gitkraken以获得"+1"字样.对功能请求进行投票.
Gitkraken doesn't support git-cyrpt yet (doesn't use the .gitattributes file)Gitkraken has an existing feature request to add support for git-crypt that's currently under review.Perhaps also write to gitkraken to get a "+1" vote on the feature request.
这篇关于GitKraken与git-crypt的互操作性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!