0

How can I execute a pip install from git if the branch I need starts with the # sign

I need to not separate it from the link text. Now it is perceived as a separate sign (from the link)

2 Answers2

0

URL-encode it, that is, replace with %23.

https://stackoverflow.com/a/39207995/7976758

phd
  • 82,685
  • 13
  • 120
  • 165
0

Solution to bypass this problem: git+http://gitlab.site.com/test@<hash>