Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use official git-crypt Windows builds #55

Merged
merged 1 commit into from
Aug 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions encryption.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ First download a Windows-compatible binary for GPG which can be found (here)<htt

Then install git-crypt by via the following steps:

- Downloading `git-crypt-windows.zip` from <https://github.com/ecohealthalliance/git-crypt/releases/tag/win-release>.
- This may generate the warning "git-crypt-windows.zip is not commonly downloaded and may be dangerous". Click the up arrow next to 'Discard' and select 'Keep'.
- Downloading `git-crypt-*.exe` from <https://github.com/AGWA/git-crypt/releases>.
- This may generate the warning "git-crypt-*.exe is not commonly downloaded and may be dangerous". Click the up arrow next to 'Discard' and select 'Keep'.
- Even after this the download may fail with the message 'Failed - Virus detected'. Do not worry this is a false positive. If this occurs, search for 'Virus & thread protection' in the task bar and click on 'Manage settings' under 'Virus & thread protection settings'. Once there, turn off "real-time protection" and try downloading again. Please make sure to turn it back on again when done.
- Once downloaded, the unzip the zip file. Open file explorer, navigate to the downloaded `git-crypt-windows.zip` file and right-click it once. In the menu above choose 'Extract all'. This will create a new folder containing `gpg-crypt.exe`.
- Once downloaded, rename the file to `gpg-crypt.exe`.
- Move the resulting `gpg-crypt.exe` into a folder recognized by the Windows PATH environment variable. A convenient location is `C:\Program Files\Git\cmd\`.

Once Keybase and GPG are installed, the terminal commands related to exporting keys from Keybase into GPG are the same regardless of operating system.
Expand Down