You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.
I've asked for help in the Truffle Gitter before filing this issue.
The Contributing.md document tells you to use the git@github protocol for fetching repos. Every time I use that protocol I get a permission denied error:
reselect-tree:
Cloning into 'dependencies/reselect-tree'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I tried to go around it by using the "https://" URL for the main repo. I was able to clone that repo but ran into the exact same problem again when I executed the meta utility to get the dependent repos, because that utility also uses the git@github protocol. I'm running Ubuntu Bionic Beaver 18.04 LTS, fully patched.
The text was updated successfully, but these errors were encountered:
The Contributing.md document tells you to use the
git@github
protocol for fetching repos. Every time I use that protocol I get a permission denied error:I tried to go around it by using the "https://" URL for the main repo. I was able to clone that repo but ran into the exact same problem again when I executed the
meta
utility to get the dependent repos, because that utility also uses thegit@github
protocol. I'm running Ubuntu Bionic Beaver 18.04 LTS, fully patched.The text was updated successfully, but these errors were encountered: