# Add ssh key in Git config is not working

**URL:** https://discourse.nodered.org/t/add-ssh-key-in-git-config-is-not-working/20108
**Category:** General
**Created:** [9 January 2020 12:20 UTC](https://discourse.nodered.org/t/add-ssh-key-in-git-config-is-not-working/20108 "2020-01-09T12:20:16Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![klaeger-a](https://avatars.discourse-cdn.com/v4/letter/k/c67d28/32.png) [@klaeger-a](https://discourse.nodered.org/u/klaeger-a)
#### Post date: [9 January 2020 12:20 UTC](https://discourse.nodered.org/t/add-ssh-key-in-git-config-is-not-working/20108/1 "2020-01-09T12:20:16Z")

</div>

Hello together,

I hope somebody can help me?

I have a problem with the configuration of a connection to Git. Nothing happens when I press the "Generate key" button.

Git and ssh-Keygen is installed. Is there something additional to configure?

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/e/ec2665cc6de9e4040670a87493c61ba327e2ee65.png)

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [9 January 2020 12:50 UTC](https://discourse.nodered.org/t/add-ssh-key-in-git-config-is-not-working/20108/2 "2020-01-09T12:50:45Z")

</div>

Hi,

have you checked the node-red log for any errors? Likewise, the browser's javascript console.

NIck

---

<div class="post-metadata">

### Author: ![klaeger-a](https://avatars.discourse-cdn.com/v4/letter/k/c67d28/32.png) [@klaeger-a](https://discourse.nodered.org/u/klaeger-a)
#### Post date: [9 January 2020 13:02 UTC](https://discourse.nodered.org/t/add-ssh-key-in-git-config-is-not-working/20108/3 "2020-01-09T13:02:46Z")

</div>

Hey 🙂

yes I ckecked the log.

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/e/e3790dd4426b57182d1c8205b9fcc9e2fb14e9b0.png)

But it looks normal. And when I'm pushing the button, no log entry or debug entry is generating.

My Problem is:

1. I add a name after that I press the button "Generate key"

2. Next I get the loding screen  

3. Next the same screen at point 1. with no ssh key

Thanks for your support.

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [9 January 2020 13:04 UTC](https://discourse.nodered.org/t/add-ssh-key-in-git-config-is-not-working/20108/4 "2020-01-09T13:04:30Z")

</div>

What about the browser's javascript console?

---

<div class="post-metadata">

### Author: ![klaeger-a](https://avatars.discourse-cdn.com/v4/letter/k/c67d28/32.png) [@klaeger-a](https://discourse.nodered.org/u/klaeger-a)
#### Post date: [9 January 2020 13:10 UTC](https://discourse.nodered.org/t/add-ssh-key-in-git-config-is-not-working/20108/5 "2020-01-09T13:10:00Z")

</div>

> [@knolleary](#):
>
> browser's javascript console?

yes here we get an issue.

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/d/d2f65b641d268c9e7c07c00a7bd77762fafca30e.png)

you know what it mean?

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [9 January 2020 13:24 UTC](https://discourse.nodered.org/t/add-ssh-key-in-git-config-is-not-working/20108/6 "2020-01-09T13:24:36Z")

</div>

It means you haven't got the `ssh-keygen` command installed locally. As far as I know, that normally comes with the ssh tools on Windows... but maybe you have to install it separately.

---

<div class="post-metadata">

### Author: ![klaeger-a](https://avatars.discourse-cdn.com/v4/letter/k/c67d28/32.png) [@klaeger-a](https://discourse.nodered.org/u/klaeger-a)
#### Post date: [13 January 2020 10:09 UTC](https://discourse.nodered.org/t/add-ssh-key-in-git-config-is-not-working/20108/7 "2020-01-13T10:09:17Z")

</div>

Thanks for your input.

After installing GIT on my Windows VM. The Problem was fixed.

---

<div class="post-metadata">

### Author: ![Dannyhxc2](https://avatars.discourse-cdn.com/v4/letter/d/7ba0ec/32.png) [@Dannyhxc2](https://discourse.nodered.org/u/Dannyhxc2)
#### Post date: [23 March 2020 16:22 UTC](https://discourse.nodered.org/t/add-ssh-key-in-git-config-is-not-working/20108/8 "2020-03-23T16:22:42Z")

</div>

Hi, i have the same trouble, I install the services SSHH and they are running as they show in this webpage [https://www.mcclellandlegge.com/2017-02-24-installsshd/](https://www.mcclellandlegge.com/2017-02-24-installsshd/)

But i cannot resolve the ISSUE.

thankyou for your help
