Skip to content

Commit

Permalink
add note re: ssh clone for dt codelab
Browse files Browse the repository at this point in the history
  • Loading branch information
TamimiGitHub committed May 26, 2023
1 parent b00608c commit cf2b44b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions codelabs/dt-otel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ <h2 is-upgraded>Source code</h2>
<pre><code language="language-bash" class="language-bash">git clone git@github.com:TamimiGitHub/solace-dt-demo.git
cd solace-dt-demo
</code></pre>
<aside class="warning"><p>Note: If you do not have SSH access configured between your local machine and your github account you will receive the following error while cloning <code>Permission denied (publickey). fatal: Could not read from remote repository</code>. To avoid that, just clone the https link as follows</p>
<pre><code>git clone https://github.com/TamimiGitHub/solace-dt-demo.git
</code></pre>
</aside>


</google-codelab-step>
Expand Down
11 changes: 11 additions & 0 deletions markdown/dt-otel/dt-otel.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,17 @@ git clone git@github.com:TamimiGitHub/solace-dt-demo.git
cd solace-dt-demo
```

<aside class='negative'>

Note: If you do not have SSH access configured between your local machine and your github account you will receive the following error while cloning `Permission denied (publickey). fatal: Could not read from remote repository`. To avoid that, just clone the https link as follows

```
git clone https://github.com/TamimiGitHub/solace-dt-demo.git
```

</aside>


## Launch the required containers
Duration: 0:02:00

Expand Down

0 comments on commit cf2b44b

Please sign in to comment.