Skip to content

Conversation

@BramVanroy
Copy link
Contributor

The information log uses git@github format but that's not the public format URL (you need contributor access to clone in this way). This PR replaces it with the public https URL that should work regardless of any authentication.

Error trace before the change

$ git clone git@github.com:TimDettmers/bitsandbytes.git
Cloning into 'bitsandbytes'...
Warning: Permanently added 'github.com,140.82.121.3' (ECDSA) to the list of known hosts.
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.

Solved after changing the command to https

@TimDettmers
Copy link
Collaborator

This looks right to me, thank you!

@TimDettmers TimDettmers merged commit 6102029 into bitsandbytes-foundation:main Jul 15, 2023
@BramVanroy BramVanroy deleted the patch-1 branch July 15, 2023 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants