Waztom / xchem-CAR

5 stars 0 forks source link

CAR setup queries_TJ Kotze #48

Closed GitGud93 closed 3 years ago

GitGud93 commented 3 years ago

For unlocking secrets in Gitcrypt i'm having some trouble identifying which repository my CAR clone is in. How do I identify where the clone is located so as to unlock secrets?

Waztom commented 3 years ago

Hello - when you clone the repo it will be saved in a directory called "xchem-CAR". To find the directoyr - in a Linux terminal, try: find ~ -type d -name "xchem-CAR"

For the git-crypt part - you need the PATH to the repo

GitGud93 commented 3 years ago

Thanks I did exactly as stated and it worked great!