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

README pip installation uses fetch using unauthenticated Git that GitHub no longer supports #62

Open
akkornel opened this issue May 19, 2022 · 1 comment

Comments

@akkornel
Copy link

Hello! I'd like to report an issue with one of the installation instructions from the README.

README line 34

pip install git+git://github.com/lbcb-sci/raven.git@master

… uses unauthenticated Git, which GitHub stopped supporting last year. This was announced in Improving Git protocol security on GitHub, published on September 2021, in the section "No more unauthenticated Git".

I'm reporting this because one of our users tried running the command above, and it hung (since GitHub is now dropping traffic to the port used for unauthenticated Git).

As a replacement, I suggest a command like this, which uses Git over HTTPS:

pip install git+https://github.com/lbcb-sci/raven.git@master

Please let me know if you have any questions about my report. Thanks much!

@tbrekalo
Copy link
Member

Hi; sorry for the late reply. Would you like to open a PR for this? :)

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

No branches or pull requests

2 participants