我已在Windows上安装了git-crypt(https://github.com/shadowhand/git-encrypt),但它运行正常。
但是当我尝试使用MacOSX(Mavericks)时,它并没有成功。
从Linux上的指南这个命令:
$ sudo ln -s "$(pwd)/gitcrypt" /usr/local/bin/gitcrypt
但我无法在MacOSX上运行。
我也试过这个命令但没有成功:
sudo -s 'echo "/usr/local/bin/gitcrypt" > /etc/paths.d/$(pwd)/gitcrypt'
答案 0 :(得分:0)
我找到了解决方案。我在这里发帖给任何人找到它:
$ clone https://github.com/shadowhand/git-encrypt /usr/local/git-encrypt
$ sudo vi /etc/paths
将/ usr / local / git-encrypt添加到end save和quit终端。