protonscr

Can't get git clone

protonclosed
ValveSoftware/Proton#4191 · opened 2020-09-13 by daniel-camino · updated 2020-09-13 · 1 comments · github
Ddaniel-camino 2020-09-13 github

I'm trying to install Proton on Linux following the instructions and I get this error when doing: git clone --recurse-submodules [email protected]:ValveSoftware/Proton.git proton

Cloning into 'proton'...
Warning: Permanently added the RSA host key for IP address '140.82.121.4' to the list of known hosts.
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Kkisak-valve maintainer 2020-09-13 github

Hello @daniel-camino, use git clone --recurse-submodules https://github.com/ValveSoftware/Proton.git proton (https://github.com/ValveSoftware/Proton#obtaining-proton-from-source).

Nothing extracted yet.