Guest User

Untitled

a guest
Feb 23rd, 2018
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. (myenv)robbie@ubuntu:~/git$ git clone git@github.com:matherbk/django-messages.git
  2. Cloning into 'django-messages'...
  3. remote: Counting objects: 913, done.
  4. remote: Compressing objects: 100% (345/345), done.
  5. remote: Total 913 (delta 504), reused 913 (delta 504)
  6. Receiving objects: 100% (913/913), 165.73 KiB, done.
  7. Resolving deltas: 100% (504/504), done.
  8.  
  9. (myenv)robbie@ubuntu:~/git$ pip install git+https://git@github.com/matherbk/django-messages.gitDownloading/unpacking git+https://git@github.com/matherbk/django-messages.git
  10. Cloning https://git@github.com/matherbk/django-messages.git to /tmp/pip-13ushS-build
  11. Password for 'https://git@github.com':
  12. fatal: Authentication failed
  13. Complete output from command /usr/bin/git clone -q https://git@github.com/matherbk/django-messages.git /tmp/pip-13ushS-build:
  14.  
  15. ----------------------------------------
  16. Command /usr/bin/git clone -q https://git@github.com/matherbk/django-messages.git /tmp/pip-13ushS-build failed with error code 128 in None
  17. Storing complete log in /home/robbie/.pip/pip.log
  18.  
  19. (myenv)robbie@ubuntu:~/git$ ssh -T git@github.com
  20. Hi robpodosek! You've successfully authenticated, but GitHub does not provide shell access.
  21.  
  22. (myenv)robbie@ubuntu:~/git$ pip install git+https://robpodosek@github.com/matherbk/django-messages.git
  23. Downloading/unpacking git+https://robpodosek@github.com/matherbk/django-messages.git
  24. Cloning https://robpodosek@github.com/matherbk/django-messages.git to /tmp/pip-SqEan9-build
  25. Password for 'https://robpodosek@github.com':
  26. Running setup.py egg_info for package from git+https://robpodosek@github.com/matherbk/django-messages.git
  27.  
  28. warning: no files found matching 'README'
  29. Installing collected packages: django-messages
  30. Running setup.py install for django-messages
  31.  
  32. warning: no files found matching 'README'
  33. Successfully installed django-messages
  34. Cleaning up...
  35.  
  36. pip install git+ssh://git@github.com/matherbk/django-messages.git
  37.  
  38. (venv)$ cat requirements.txt
  39. -e git://github.com/boto/botocore.git@develop#egg=botocore
  40. -e git://github.com/boto/jmespath.git@develop#egg=jmespath
  41. -e git://github.com/boto/s3transfer.git@develop#egg=s3transfer
  42. nose==1.3.3
  43. mock==1.3.0
  44. wheel==0.24.0
  45. unittest2==0.5.1; python_version == '2.6'
  46.  
  47. (venv)$ pip install -r requirements.txt
  48. Ignoring unittest2: markers 'python_version == "2.6"' don't match your environment Obtaining botocore from git+git://github.com/boto/botocore.git@develop#egg=botocore (from -r requirements.txt (line 1))
  49. Cloning git://github.com/boto/botocore.git (to develop) to ./venv/src/botocore
  50. fatal: unable to connect to github.com:
  51. github.com[0: 192.30.253.112]: errno=Connection timed out
  52. github.com[1: 192.30.253.113]: errno=Connection timed out
  53.  
  54. Command "git clone -q git://github.com/boto/botocore.git
  55. /home/ubuntu/utils/boto3/venv/src/botocore" failed with error code 128 in None
  56.  
  57. -e git://github.com...
  58.  
  59. -e git+https://github.com...
Add Comment
Please, Sign In to add comment