Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/how-tos/vs-code/assets/user_settings_git2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/how-tos/vs-code/initial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Click the Add drop down and select whether you want to provide an existing priva


Datacoves will generate and display the corresponding public key, you will need to configure the public key for your git provider.
If your Git provider is Azure DevOps, select Auto-generate RSA key pairs (Compatibility with Azure) instead of the default auto-generate option.


<div style={{ maxWidth: "700px", margin: "0 auto" }}>
Expand All @@ -63,6 +64,9 @@ Click the _Copy_ button and follow the instructions to configure the public key
[Bitbucket SSH Key Configuration Instructions](https://dev.to/jorge_rockr/configuring-ssh-key-for-bitbucket-repositories-2925)


[Azure DevOps SSH Key Configuration Instructions](https://learn.microsoft.com/en-us/azure/devops/repos/git/use-ssh-keys-to-authenticate#step-2-add-the-public-key-to-azure-devops)


Once your public SSH key has been added to your git server, test your connection.


Expand Down
Loading