Я пытаюсь установить более новую версию bitly-api через GitHub на моем сервере heroku, поскольку у нас возникают проблемы при переходе с 2.7.15 на 3.6.6, поэтому я добавил git + git: https://URLOFGIT.GITи я, кажется, получаю ошибку ниже.Что это значит?
Нужно ли заставлять его использовать pip3?
-----> Python app detected
-----> Found python-2.7.15, removing
-----> Installing python-3.6.6
-----> Installing pip
-----> Installing requirements with pip
Collecting git+git:https://github.com/bitly/bitly-api-python.git (from -r /tmp/build_c254deea58fb0d0ccb947f1819f45b29/requirements.txt (line 25))
Cloning git:///https://github.com/bitly/bitly-api-python.git to /tmp/pip-tibxul79-build
fatal: unable to connect to :
: Name or service not known
Command "git clone -q git:///https://github.com/bitly/bitly-api-python.git /tmp/pip-tibxul79-build" failed with error code 128 in None
! Push rejected, failed to compile Python app.
! Push failed