Cloning with Git

I have never tried git before. However, a problem with my app on Anvil Anvil Builder is unstable compelled me to use Git.

I pasted my ssh public key in the box (copied everything from my “id_rsa.pub” and pasted in the ssh key box) and then ran the command. However, it still says permission is denied.

Any help will be greatly appreciated.

1 Like

Can be many things.

  • What OS do you use?
  • How did you generate the key-pair?
  • What are the file permissions on the private key? Whom is the owner? You should be the owner. Group should be your group. Mode should be 400 (perhaps 600 will work too).
1 Like

Okay I don’t know anything about the file owner and mode. My OS is Windows 10.

By the way, I don’t need any help with git at the moment because I used an alternative way to solve the problem I mentioned above.