Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

support for unauthenticated git:// protocol is discontinued #5

Open
michaelShriver opened this issue Jun 23, 2022 · 2 comments
Open

Comments

@michaelShriver
Copy link

https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git

The instructions use commands that rely on the use of the unauthenticated git:// protocol, and do not work when changing the url to https:// or gits://

Can the repo be updated to use https:// correctly when pulling dependencies?

@michaelShriver
Copy link
Author

Calling the fetch script with 'http' instead of 'git' worked:

fetch clone http

@pchxyz
Copy link

pchxyz commented Jun 29, 2022

Also in the fetch script, upstream=git:// needs to be replaced with upstream=https://

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants