Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

unauthenticated git protocol on port 9418 for shFlags #114

Open
jean-cedric-therond-koji opened this issue Apr 6, 2022 · 6 comments
Open

Comments

@jean-cedric-therond-koji

Because the 11th january 2022 Github said:

This is the full brownout period where we’ll temporarily stop accepting the deprecated key and signature types, ciphers, MACs, and the unencrypted Git protocol. This will help clients discover any lingering use of older keys or old URLs.

So, You have to change the submodule origin, while users can perform the next command to avoid getting this error:

$ git config --global url."https://".insteadOf git://
@stuartherbert
Copy link
Collaborator

Thanks for the heads' up. I'll sort out a fix in the next couple of days.

@mikebronner
Copy link

So, You have to change the submodule origin, while users can perform the next command to avoid getting this error:

$ git config --global url."https://".insteadOf git://

@jean-cedric-therond-koji Do you have any recommendations on making this setting more specific to, as it breaks communication for other apps that communicate with git. Is there any way to make this setting specific to HubFlow as a work-around until HubFlow is fixed?

@jean-cedric-therond-koji
Copy link
Author

jean-cedric-therond-koji commented Apr 27, 2022

Do you have any recommendations on making this setting more specific to, as it breaks communication for other apps that communicate with git. Is there any way to make this setting specific to HubFlow as a work-around until HubFlow is fixed?

@mikebronner Do the same but in the hubflow folder and without the --global flag:

$ git config url."https://".insteadOf git://

@ragnarok22
Copy link

Is this project deprecated? I saw the last commit was in 2018

@stuartherbert
Copy link
Collaborator

I've just released gitflow v1.5.4, which should fix this issue. Let me know if you still have any problems.

@mikebronner
Copy link

@stuartherbert Thanks for this, small item of feedback after upgrading (and verified that your change is in place):

╰─❯ git hf version
1.5.3 - upgrade available

I'm still testing if everything else works without all the work-arounds. Thanks! :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants