Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

docs: Fix for git clone command#3276

Merged
cwhitten merged 1 commit intomicrosoft:masterfrom
sammydeprez:patch-1
Jun 2, 2020
Merged

docs: Fix for git clone command#3276
cwhitten merged 1 commit intomicrosoft:masterfrom
sammydeprez:patch-1

Conversation

@sammydeprez
Copy link
Contributor

@sammydeprez sammydeprez commented Jun 2, 2020

#minor

Running

$ git clone git@github.com:microsoft/BotFramework-Composer.git

fails with:

C:\>git clone git@github.com:microsoft/BotFramework-Composer.git
Cloning into 'BotFramework-Composer'...
Warning: Permanently added the RSA host key for IP address '140.82.118.3' 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.

#minor

Running 
```
$ git clone git@github.com:microsoft/BotFramework-Composer.git
```
fails with:
```
C:\>git clone git@github.com:microsoft/BotFramework-Composer.git
Cloning into 'BotFramework-Composer'...
Warning: Permanently added the RSA host key for IP address '140.82.118.3' 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.
```
@sammydeprez sammydeprez marked this pull request as draft June 2, 2020 19:18
@sammydeprez sammydeprez changed the title Fix for git clone command doc: Fix for git clone command Jun 2, 2020
@sammydeprez sammydeprez marked this pull request as ready for review June 2, 2020 19:20
@coveralls
Copy link

Coverage Status

Coverage remained the same at 42.807% when pulling bcdcf72 on sammydeprez:patch-1 into 83dff97 on microsoft:master.

@cwhitten cwhitten changed the title doc: Fix for git clone command docs: Fix for git clone command Jun 2, 2020
@cwhitten
Copy link
Member

cwhitten commented Jun 2, 2020

Thanks!

@cwhitten cwhitten merged commit 087fb83 into microsoft:master Jun 2, 2020
lei9444 pushed a commit to lei9444/BotFramework-Composer-1 that referenced this pull request Jun 15, 2021
Running 
```
$ git clone git@github.com:microsoft/BotFramework-Composer.git
```
fails with:
```
C:\>git clone git@github.com:microsoft/BotFramework-Composer.git
Cloning into 'BotFramework-Composer'...
Warning: Permanently added the RSA host key for IP address '140.82.118.3' 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.
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants