ioBroker.node-red
ioBroker.node-red copied to clipboard
node-red projects feature does not work with github
Hi there,
i am not able to connect to a repository.
What i tried to do:
- Installed a new instance of NodeRed @5.1.0
- Created a NodeRed project
- Generated a new ssh key with passphrase
- Created an new repo
- added the ssh key created in step 3
- Added a remote connection in the NodeRed project ( ssh://[email protected]/username/nameOfTheRepo.git )
- When i try to add the remote connection under history tab a authentication form will show up: 7.1 I choose the correct ssh 7.2 I entered my passphrase
- The authentication form loops up to 5 times and disapears then
- No connection to the remote repo
Nothing in the iobroker logs. The browser console says: 400 Bad Request
If i do the same process on the same system with a standalone installation of Node Red (Not as a iobroker service) it runs like it should.
Any ideas?