We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I pasted command to download the code here is the result from my terminal
faizfareed@Faizs-MBP bread wallet % cd Desktop/bread\ wallet faizfareed@Faizs-MBP bread wallet % git clone [email protected]:breadwallet/breadwallet-ios.git Cloning into 'breadwallet-ios'... [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. faizfareed@Faizs-MBP bread wallet %
The text was updated successfully, but these errors were encountered:
If you're not going to be making changes, then you can easily use the https endpoint:
https://github.com/breadwallet/breadwallet-ios.git
Otherwise, you have to generate a key and then add that key to your github account, then you can use the git endpoint.
Not a BRD issue.
Ok to close this issue?
Sorry, something went wrong.
No branches or pull requests
When I pasted command to download the code here is the result from my terminal
faizfareed@Faizs-MBP bread wallet % cd Desktop/bread\ wallet
faizfareed@Faizs-MBP bread wallet % git clone [email protected]:breadwallet/breadwallet-ios.git
Cloning into 'breadwallet-ios'...
[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.
faizfareed@Faizs-MBP bread wallet %
The text was updated successfully, but these errors were encountered: