作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个在机器上运行的 keybase 客户端,但我希望能够从容器内部推送提交。但是,keybase 的工作方式与 git 本身略有不同。它提供了一个这样的 git 'url':keybase://private/user/project_name
.
我不知道它使用哪种协议(protocol),但 git 能够访问我机器上的 keystore 客户端,它会加密所有内容并发送到 keystore 云。
最佳答案
如“Keybase launches encrypted git ”中所述,具有此类 URL 的 git 克隆可以工作,因为 remote helper用来:
keybase/client/go/kbfs/kbfsgit
Keybase's remote helper performs all the crypto while letting git do its thing.
关于git - 如何在 docker 中使用 keybase 的 git?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60180597/
我是一名优秀的程序员,十分优秀!