Projects feature authentication problem

Hi @psmtvdw - do you have multiple remote repositories configured for the project? If so, I have just fixed an issue that caused this issue if those repositories require HTTPS authentication.

The workarounds are either:

  1. fall back to the command line to run the git push
  2. remove the 'extra' remotes so you only have one configured at a time.

hi,
No I don't have multiple remote repo's, but I did try a lot to erase a repo, create a new one, etc... so to be 100% sure I wanted to check if there's no double remote in the repo.
I checked the config file in the .git folder of the project:

[remote "origin"]
	url = https://xxxxxx.visualstudio.com/TEXbox/_git/EventService
	fetch = +refs/heads/*:refs/remotes/origin/*

I suppose this looks fine?

update: got it working by now. so combination of

  • node-red projects
  • git
  • https remote connection
  • windows 10
    is working fine.
    The problem was probably due to the use of wrong credentials. After creating all new credentials everything worked fine. Only problem left was that after every restart of node-red I was asked to enter credentials again, but that problem was related to my git configuration

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.