CASP-Systems-BU / Secrecy

A relational Multi-Party Computation framework for analytics in untrusted clouds
Apache License 2.0
23 stars 6 forks source link

mpc-sql repository is private #2

Closed ila closed 1 year ago

ila commented 1 year ago

Hi, I am trying to run the playbook you provided and when cloning the mpc-sql repo, it gives me a permission error. What should I do to make it work?

  - name: Download code base from git
    git: 
      repo: git@github.com:vasia/mpc-sql.git
      dest: /mpc/
      accept_hostkey: yes
      key_file: ~/.ssh/id_rsa
      force: yes
    retries: 3
    delay: 5
"msg": "Cloning into '/mpc'...\nWarning:********@github.com: Permission denied (publickey).\r\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.",
vasia commented 1 year ago

Thank you for trying out Secrecy @ila! This is a typo in our playbook, thanks for catching it. We will push a fix and ping you to try again.

mfaisal97 commented 1 year ago

Thank you for reaching out. We will update it the playbook and get back to you.