I'm trying to install the package with this branch https://github.com/arneb/django-messages/pull/149/commits/669decb149508e86fb43edef5274e9284dca66e7 via the code
winpty docker-compose exec web pipenv install -e git+https://github.com/arneb/django-messages.git@669decb149508e86fb43edef5274e9284dca66e7#egg=django-messages
I'm getting the error that 669decb149508e86fb43edef5274e9284dca66e7 is not a tree. I thought this is a commit reference? Not sure what I am missing here.