Skip to content

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

Open
Albi99 wants to merge 1 commit intowaspinator:masterfrom
Albi99:patch-1
Open

Fix installation link from git+git://... to git+https://...#50
Albi99 wants to merge 1 commit intowaspinator:masterfrom
Albi99:patch-1

Conversation

@Albi99
Copy link
Copy Markdown

@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.

1 participant