Permanently added the RSA host key for IP address '192.30.252.123' to the list of known hosts. Permission denied (publickey).
Hello,
we're receiving issues on our builds basically with the checkout on github. Everything worked up until a couple of hours. The following issues occur. Is it a general thing or can I do something?
Error 1:
Build started
git clone -q --branch=master https://github.com/fitogram/calendar-widget.git C:\projects\calendar-widget
bash: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
fatal: could not read Username for 'https://github.com': Invalid argument
Command exited with code 128
Error 2:
Build started
git clone -q --branch=alpha git@github.com:xxxxxxx/shop.git C:\projects\shop
Warning: Permanently added the RSA host key for IP address '192.30.252.123' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Command exited with code 128
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 13 Apr, 2016 01:47 PM
Is it a private repository? If so make sure project deployment key is added to that repo. You can see SSH deployment key on General tab of project settings.
-Feodor
2 Posted by mr1528 on 01 Apr, 2017 04:54 PM
use this
https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
then get your generated key ( start with ssh-rsa or other type )
go to your git user panel -> SSH & GPG Keys --> New SSH key -> paste your key ( fill title with any ) then press Add SSH key
Will Fix.
good luck.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:16 AM.