I have created a pipenv location for django and have created and git repo in that location. I added and commited the repo. I have added the remote url needed but when i try to push to the remote repo, It hangs at "Total". I have confirmed that everything is set up on the server side as without pipenv, i cant push without issue.
does pipenv confuse git?
Edit:
I will make note that I had similar issues with just virtualenv. It appears that git has trouble pushing a virtual environment.