Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix installation link from git+git://... to git+https://... #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Albi99
Copy link

@Albi99 Albi99 commented Apr 11, 2024

I've tried several times to install the library from the provided link and evry time failed for "Connection timed out".

The pip documentation says: "The use of git, git+git, and git+http schemes is discouraged. The former two use the Git Protocol, which lacks authentication, and HTTP is insecure due to lack of TLS based encryption."

If you want to check it out the documentation: https://pip.pypa.io/en/stable/topics/vcs-support/#supported-vcs

I 've changed the installation link from git+git://... to git+https://.... Now it worked!
Bye and thank tou!

I've tried several times to install the library from the provided link and evry time failed for "Connection timed out".

The pip documentation says: "The use of git, git+git, and git+http schemes is discouraged. The former two use the Git Protocol, which lacks authentication, and HTTP is insecure due to lack of TLS based encryption."

If you want to check it out the documentation: https://pip.pypa.io/en/stable/topics/vcs-support/#supported-vcs

I 've changed the installation link from `git+git://...` to `git+https://...`.
Now it worked!
Bye and thank tou!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant