salesforce-cli-zsh-completion icon indicating copy to clipboard operation
salesforce-cli-zsh-completion copied to clipboard

Permission denied

Open patmcclellan opened this issue 5 years ago • 1 comments

Hey Wade, I'm excited to start using this! I'm following the installation instructions but I'm getting a fatal error when I'm cloning your git. `Cloning into 'salesforce-cli-zsh-completion'... [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.`

Did I miss something in the instructions?

patmcclellan avatar Feb 10 '20 19:02 patmcclellan

Try cloning via HTTPS rather than than SSH:

git clone https://github.com/wadewegner/salesforce-cli-zsh-completion.git ~/.oh-my-zsh/custom/plugins/salesforce-cli-zsh-completion

kacrouse avatar Mar 03 '20 19:03 kacrouse